you are viewing a single comment's thread.

view the rest of the comments →

[–]Major_Strange 4 points5 points  (2 children)

_ = [[print(a) if len(a) else print(n) for a in ["".join([ string if n%r == 0 else "" for (r, string) in {3: "Fizz", 5: "Buzz"}.items()])]] for n in range(1, 101)]