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.

func_bad_cont_dictcomp_py27.txt 221B

123456
  1. C: 35: Wrong continued indentation (add 2 spaces).
  2. for x in range(3)} # [bad-continuation]
  3. ^ |
  4. C: 38: Wrong continued indentation (remove 4 spaces).
  5. for x in range(3)} # [bad-continuation]
  6. | ^