Skip to content

Instantly share code, notes, and snippets.

@shalithasuranga
Created November 18, 2018 15:42
Show Gist options
  • Save shalithasuranga/6b05e9f42947bee10053ab468649bc0a to your computer and use it in GitHub Desktop.
Save shalithasuranga/6b05e9f42947bee10053ab468649bc0a to your computer and use it in GitHub Desktop.
name = raw_input()
print "Hello %s!" % name
# Simply prints Hello <name>!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment