No text case passed with this code please help | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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 Réponse
+ 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