+ 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 Antworten
+ 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