0
No text case passed with this code please help
1 Answer
+ 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.