Skip to content

Instantly share code, notes, and snippets.

@spaghettiSyntax
Created December 6, 2017 07:04
Show Gist options
  • Save spaghettiSyntax/9d225fd513851a119f20b18c6e77ff42 to your computer and use it in GitHub Desktop.
Save spaghettiSyntax/9d225fd513851a119f20b18c6e77ff42 to your computer and use it in GitHub Desktop.
Tony Gaddis Python: Last Name
# Asks for user's last name.
name = input('Last name: ')
print('Last name is:', name)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment