Skip to content

Instantly share code, notes, and snippets.

@airportyh
Created December 11, 2020 22:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save airportyh/56fb9fe56e567b4798041f3b1e4a9af0 to your computer and use it in GitHub Desktop.
Save airportyh/56fb9fe56e567b4798041f3b1e4a9af0 to your computer and use it in GitHub Desktop.
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