Created
December 11, 2020 22:02
-
-
Save airportyh/56fb9fe56e567b4798041f3b1e4a9af0 to your computer and use it in GitHub Desktop.
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
def f(): | |
n = 0 | |
while n < 10: | |
n = n + 1 | |
print("Hello") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment