Skip to content

Instantly share code, notes, and snippets.

@moltak
Created November 18, 2016 12:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moltak/c02f3a5e469cacd202b57e2d9c07c0c3 to your computer and use it in GitHub Desktop.
Save moltak/c02f3a5e469cacd202b57e2d9c07c0c3 to your computer and use it in GitHub Desktop.
Read multiple stdin string data
a = input()
b = input()
print('a={0}, b={1}'.format(a, b))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment