Skip to content

Instantly share code, notes, and snippets.

@vkolev
Created March 1, 2019 14:40
Show Gist options
  • Save vkolev/9be93d60a538d3292d1c35609424ec73 to your computer and use it in GitHub Desktop.
Save vkolev/9be93d60a538d3292d1c35609424ec73 to your computer and use it in GitHub Desktop.
def hello(name="User"):
print(f"Hello {name}!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment