+ 1
What's wrong with this line of code?
Credit = input("Enter: "),why is it telling me to split multiple input into separate lines?
2 Answers
+ 11
It is not an indication that it expects many inputs for your program. Sololearn pops up the same message whether your program requires one input or many inputs. It just means that *if* your program requires more entries, then enter them all upfront on separate lines.
+ 2
Ohh,thank youu