Skip to content

Instantly share code, notes, and snippets.

@lgloege
Last active April 16, 2021 18:31
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 lgloege/1dd2a8bd264ab13ad184cdfb73e6953e to your computer and use it in GitHub Desktop.
Save lgloege/1dd2a8bd264ab13ad184cdfb73e6953e to your computer and use it in GitHub Desktop.
This gist is meant for illustration in a Medium post.
def print_my_city(city):
print(f"Hi, I live in {city}")
return None
def print_my_name(name):
print(f"Hi, my name is {name}")
return None
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment