+ 1
Is really the solo learn code playground functioning well in programming languages.? I face problems with it every time
I face problems every time I write a code that requires input! The inputs never work! Why? https://code.sololearn.com/cJQE7kxkqlwD/?ref=app
1 Resposta
+ 5
Your code uses a loop wherein it requires input interactively. Interactive input is not available in SoloLearn, you will be better to try this code in your own device, using console or an IDE that supports the language.
Please see this code to understand how input works in SoloLearn 👍
https://code.sololearn.com/WhiNb9BkJUVC/?ref=app