I'm stuck in a lesson | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
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

8th May 2024, 12:45 AM
Julio Robinson
Julio Robinson - avatar
4 ответов
+ 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
8th May 2024, 8:10 AM
Danish Zubair
Danish Zubair - avatar
+ 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.
8th May 2024, 1:47 AM
Gulshan Mahawar
Gulshan Mahawar - avatar
+ 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.
8th May 2024, 5:14 AM
Wong Hei Ming
Wong Hei Ming - avatar
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 :))
9th May 2024, 3:33 PM
Julio Robinson
Julio Robinson - avatar