Last active
January 3, 2025 05:36
-
-
Save Rudxain/74abd2b6febe062cd9fdbb5fea563609 to your computer and use it in GitHub Desktop.
Because the essence of programming is repeating.
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
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Original
My reply