0
Who can I write three inputs at a time in solo learn
5 Answers
+ 2
What do you mean?
+ 2
x = input ()
y = input ()
z = input ()
Simple
0
How to write a program that will request the user to enter three different inputs at once
0
Using three separate input statements
0
Thanks sir