Skip to content

Instantly share code, notes, and snippets.

@arocks
Created June 14, 2017 03:11
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 arocks/a95e8895ceee730820f377a2c0300820 to your computer and use it in GitHub Desktop.
Save arocks/a95e8895ceee730820f377a2c0300820 to your computer and use it in GitHub Desktop.
"""A simple hello application in Python 3.6"""
പേര്: str = input("What is your name? ")
print(f"Hey {പേര്}!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment