+ 2
Why my code is not working ? What is wrong in it ? Please help me.
2 Antworten
+ 10
Your code is error free. Just the problem is with the indentation. You need to be consistent about the size of the indentation across the program.
To understand about indentation: https://code.sololearn.com/cT5BRIbkia21/?ref=app#py
To understand the input handling in Sololearn : https://code.sololearn.com/WhiNb9BkJUVC/?ref=app
+ 7
Wow, what a indentation!
Try reducing spaces.
Main problem is that you put input in for loop. Place it before for loop