Skip to content

Instantly share code, notes, and snippets.

@Rudxain
Last active December 18, 2022 06:01
Show Gist options
  • Save Rudxain/74abd2b6febe062cd9fdbb5fea563609 to your computer and use it in GitHub Desktop.
Save Rudxain/74abd2b6febe062cd9fdbb5fea563609 to your computer and use it in GitHub Desktop.
Because the essence of programming is repeating.
Because_the_essence_of_programming_is_repeating = "Because the essence of programming is repeating".split()
while True:
for word in Because_the_essence_of_programming_is_repeating:
for _ in range(len(Because_the_essence_of_programming_is_repeating)):
print(word)
# LICENSE: https://unlicense.org
@Rudxain
Copy link
Author

Rudxain commented Nov 18, 2022

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