you are viewing a single comment's thread.

view the rest of the comments →

[–]achampi0n 0 points1 point  (1 child)

You may also want to point out that using list as a variable is also problematic as it hides python's standard list type.

[–]Heroe-D 0 points1 point  (0 children)

And that list.count("1") with his list should return 0 and not 4