0
How does more dan one input in a code works
Input from user https://code.sololearn.com/c7K9uDeetIqp/?ref=app https://code.sololearn.com/cYp33u6Dda7i/?ref=app https://code.sololearn.com/c17M7LXV28NF/?ref=app
2 Antworten
+ 4
Are you asking how to input multiple values when input dialog pops-up? if so, you can enter your inputs each on a different line. For example, if the code needs two inputs name and age, enter the name (e.g. "John") and age (e.g. 42) on different lines, as follows:
John <Enter>
42
Hth, cmiiw
+ 1
Tenx bro