Skip to content

Instantly share code, notes, and snippets.

@sid86-dev
Last active May 15, 2021 02:03
Show Gist options
  • Save sid86-dev/9830de67c04b371e9ce691e619d765ab to your computer and use it in GitHub Desktop.
Save sid86-dev/9830de67c04b371e9ce691e619d765ab to your computer and use it in GitHub Desktop.
def hello(x):
return f"Hi, {x}"
h = hello("Sid")
print(h)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment