0
can someone please tell the error
https://sololearn.com/compiler-playground/cB6WHS3X5VUA/?ref=app
2 Respostas
+ 4
Line 36, 38
You have placed elif after else which is a wrong syntax.
Also there are various indentation errors.
I could find this at the first look but there might be more so I'll edit this post once I've found the rest...
Edit:
There's no syntax errors later on,
just remove the lines: (36, 37) or (34, 35 and correct indentation ion line 36)
+ 1
Thank you very much 😊 Snehil Pandey