Skip to content

Instantly share code, notes, and snippets.

@wilful
Created July 29, 2017 10:47
Show Gist options
  • Save wilful/97f249e5434169fa76a6e434685a786f to your computer and use it in GitHub Desktop.
Save wilful/97f249e5434169fa76a6e434685a786f to your computer and use it in GitHub Desktop.
>>> name = input()
test
>>> print('Hello, ', name, '!')
Hello, test !
>>> print('Hello,', name, '!')
Hello, test !
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment