+ 1

Why below code is not working

x=input("") y=input("") print (x) print(y)

11th Apr 2017, 4:17 AM
arun kumar
arun kumar - avatar
2 Answers
+ 13
Seems to be working fine for me. If you are running this on SoloLearn, you need to split your input into multiple lines. E.g. Test Test2 The code would output: Test Test2
11th Apr 2017, 4:22 AM
Hatsy Rei
Hatsy Rei - avatar
+ 2
thanks mate split ur input in multiple lines means yes i am runnin on solo learn
11th Apr 2017, 4:23 AM
arun kumar
arun kumar - avatar