No text case passed with this code please help | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

No text case passed with this code please help

https://code.sololearn.com/cMFNqK0M114A/?ref=app

27th May 2022, 8:24 PM
Treshon Glenn
1 Antwort
+ 7
Indentation is critical in Python. Your code has NO indentation. You never call your function. You have a typo in range() You did not assign half of the variables you use: tempchange, left, yes If you need help, please give the complete task description.
27th May 2022, 8:33 PM
Lisa
Lisa - avatar