0
What is wrong in it?
5 odpowiedzi
+ 8
You need to indent the line after if.
+ 7
I've written a mini-tutorial about it.
Don't run it, just read.
https://code.sololearn.com/cT5BRIbkia21/?ref=app
+ 7
If honfu's tutorial and the below python lesson modules don't help consider learning ruby instead. It does not have pervasive indentation syntax.
#Python modules which mention and demonstrate indentation:
https://www.sololearn.com/learn/Python/2277/
https://www.sololearn.com/learn/Python/2278/
Ruby tutorial: https://www.sololearn.com/learn/Ruby/2700/
0
What is indentation? And how will I do ot
0
Thanks @HonFu