Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

simplifiable_if_statement.txt 426B

1234
  1. simplifiable-if-statement:8:test_simplifiable_1:The if statement can be replaced with 'return bool(test)'
  2. simplifiable-if-statement:16:test_simplifiable_2:The if statement can be replaced with 'return bool(test)'
  3. simplifiable-if-statement:24:test_simplifiable_3:The if statement can be replaced with 'var = bool(test)'
  4. simplifiable-if-statement:35:test_simplifiable_4:The if statement can be replaced with 'return bool(test)'