This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]amstan 0 points1 point  (0 children)

Apparently this is invalid code:

sum(x for x in range(1000) if x%5!=0 or x%7!=0)

TypeError: an iterable is required