Skip to content

Instantly share code, notes, and snippets.

@mye-creator
Last active November 17, 2020 14:25
Show Gist options
  • Save mye-creator/3c5d264950415afda9fbc05da3232102 to your computer and use it in GitHub Desktop.
Save mye-creator/3c5d264950415afda9fbc05da3232102 to your computer and use it in GitHub Desktop.
How to make infinite loop in Python
while 'true':
print("Infinite loop")
# So it will make infinite loop because I typed "while" function without stopping it
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment