Created
September 4, 2018 05:46
-
-
Save tsonglew/c07b9fd5852f5e66013e57955a824a56 to your computer and use it in GitHub Desktop.
python infinite loop
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
#!/usr/bin/python3 | |
for i in iter(int, 1): | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment