0
Is there a way to get user input twice?
For example I want to create a code that converts currency and I want to ask the user for a currency type and certain amount.
3 Answers
+ 6
In Sololearn you have to put the input beforehand. You can provide data to each input instruction by writing it in consecutive lines, like:
USD
300
+ 1
how could I get the code to understand that its 2 different things so I could convert it