Skip to content

Instantly share code, notes, and snippets.

@victorslimak1
Created November 3, 2017 17:24
Show Gist options
  • Save victorslimak1/0fa2548171238720558c224ebcee8f2f to your computer and use it in GitHub Desktop.
Save victorslimak1/0fa2548171238720558c224ebcee8f2f to your computer and use it in GitHub Desktop.
First_test created by victor_slimak - https://repl.it/NiQr/4
name1 = input("What is your first name?")
name2 = input("What is your surname?")
print("Hello ",name1,name2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment