0
I'm stuck in a lesson
I'm trying to do the practice: "Organized Robot" in the lesson: The else if statement but the progression bar is stuck and don't charge the checking of my code
4 Answers
+ 1
Try to contact the sololearn team and explain the issue precisely, with evidence of the issue that you are facing. Thank you.
Sololearn email address:
sololearn@info.com
+ 5
Understand it step by step
1>Take input from user as string.
2>Use if statement and output `box #1` if the user input is `red`.
3>Use else if statement and output `box #2` if the user input is `green`.
4>Use another else if statement and output `box #3` if the user input is `black`.
5>Use else statement and output `unknown` if the user input is not among red,green and black.
+ 2
Are you using a web browser to do the practice?
I have an exact problem using web browser, and planning to file a bug report.
At the meantime, you can try the app first and see if the problem exists.
0
After 2 days the issue was resolved :)) Idk how but now the progression bar doesn't stuck this time and the code could be checked. Thanks to everyone who took the time to answer my question :))