Created
October 26, 2020 20:24
-
-
Save williamstein/c54dd57eefed33d0a1115b1875c95c60 to your computer and use it in GitHub Desktop.
demo.py
This file contains 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): | |
print("hello ", n, "!") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment