0
9th Feb 2020, 12:50 AM
Cristian Herendi
Cristian Herendi - avatar
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
9th Feb 2020, 12:51 AM
HonFu
HonFu - avatar
+ 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.
9th Feb 2020, 12:52 AM
Jianmin Chen
Jianmin Chen - avatar
+ 3
Thanks =)
9th Feb 2020, 12:54 AM
Cristian Herendi
Cristian Herendi - avatar