+ 1
Why below code is not working
x=input("") y=input("") print (x) print(y)
2 Respuestas
+ 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
+ 2
thanks mate split ur input in multiple lines means
yes i am runnin on solo learn