Skip to content

Instantly share code, notes, and snippets.

@yyyyyyyan
Last active September 11, 2020 23:04
Show Gist options
  • Save yyyyyyyan/db09121e5caba583dd0daefcd979a8a0 to your computer and use it in GitHub Desktop.
Save yyyyyyyan/db09121e5caba583dd0daefcd979a8a0 to your computer and use it in GitHub Desktop.
if version_info.major > 2:
name = input(‘Enter your name: ‘)
else:
name = raw_input(‘Enter your name: ‘)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment