0
I cant seem to get this working...
3 Réponses
+ 5
After an if clause, you need to indent at least one line.
You can read up on it here:
https://code.sololearn.com/cT5BRIbkia21/?ref=app
+ 3
You need to indent the code inside the if-statement. Python is very specific about indentation and will produce an error if indentations are incorrect.
+ 3
Thanks =)