+ 1
Ä°nput Error
Why can't we get more than one data entry through Editor? Example; a = input() b = input() print(a, b) Output; â Error Input â
4 Answers
+ 1
Adem KöseoÄlu you can't do that in python input on sololearn.
+ 5
enter first input hit enter key give second input on line 2 and 3rd input on line 3....
you have to enter your every input on different line!
# use search bar
+ 1
Thank you. So can we show the textual expression when entering the value?
example;
number = int(input(âEnter number : â))
How to show this message â enter number : â
+ 1
Thanks my friend for u answers