Skip to content

Instantly share code, notes, and snippets.

@s-nako
Last active February 28, 2021 23:48
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 s-nako/eff9083f0d17c3c02c8bdce0adf95625 to your computer and use it in GitHub Desktop.
Save s-nako/eff9083f0d17c3c02c8bdce0adf95625 to your computer and use it in GitHub Desktop.

Sample Python File

This is a sample of Gist.

Functions

There are 2 functions

  • sayHello()
  • sayThankYou()
def sayHello():
print("Hello Gist!")
def sayThankYou():
print("Thank you Gist!")
sayHello()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment