Created
June 14, 2017 03:11
-
-
Save arocks/a95e8895ceee730820f377a2c0300820 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"""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