Skip to content

Instantly share code, notes, and snippets.

@se7enack
Created November 30, 2024 18:16
Show Gist options
  • Save se7enack/4988a49db81e694ea243bfac18d16d2a to your computer and use it in GitHub Desktop.
Save se7enack/4988a49db81e694ea243bfac18d16d2a to your computer and use it in GitHub Desktop.
Doomsday Zero Years
print("\nDoomsday Zero Years")
for x in range(00, 99):
if int(x/4+x)%7 == 0:
print(f"{x:02d}")
print("\n")
@se7enack
Copy link
Author

Doomsday Zero Years
00
06
17
23
28
34
45
51
56
62
73
79
84
90

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment