Skip to content

Instantly share code, notes, and snippets.

@aveek22
Created December 29, 2020 12:13
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 aveek22/5964a49d4ab8adaa77e3cbf31d83b750 to your computer and use it in GitHub Desktop.
Save aveek22/5964a49d4ab8adaa77e3cbf31d83b750 to your computer and use it in GitHub Desktop.
import json
def greet():
print('Hello user')
def main():
greet()
if __name__ == '__main__':
main()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment