Skip to content

Instantly share code, notes, and snippets.

@yyyyyyyan
Last active September 11, 2020 23:05
Show Gist options
  • Save yyyyyyyan/97aacabc066dfa5ce1a405ad9423e19f to your computer and use it in GitHub Desktop.
Save yyyyyyyan/97aacabc066dfa5ce1a405ad9423e19f to your computer and use it in GitHub Desktop.
try:
name = raw_input(‘Enter your name: ‘)
except NameError:
name = input(‘Enter your name: ‘)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment