Created
November 30, 2024 18:16
-
-
Save se7enack/4988a49db81e694ea243bfac18d16d2a to your computer and use it in GitHub Desktop.
Doomsday Zero Years
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("\nDoomsday Zero Years") | |
for x in range(00, 99): | |
if int(x/4+x)%7 == 0: | |
print(f"{x:02d}") | |
print("\n") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Doomsday Zero Years
00
06
17
23
28
34
45
51
56
62
73
79
84
90