Created
November 18, 2016 12:05
-
-
Save moltak/c02f3a5e469cacd202b57e2d9c07c0c3 to your computer and use it in GitHub Desktop.
Read multiple stdin string data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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