Last active
April 20, 2022 14:43
-
-
Save odonckers/f9223627e3c4340f83364f89a92a23df to your computer and use it in GitHub Desktop.
Print 0...100 without numbers on one line
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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