Skip to content

Instantly share code, notes, and snippets.

@odonckers
Last active April 20, 2022 14:43
Show Gist options
  • Save odonckers/f9223627e3c4340f83364f89a92a23df to your computer and use it in GitHub Desktop.
Save odonckers/f9223627e3c4340f83364f89a92a23df to your computer and use it in GitHub Desktop.
Print 0...100 without numbers on one line
[print(i) for i in range(int("".join([str(int(x)) for x in [True, False, True]])))]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment