+ 1
can someone please tell the error
https://sololearn.com/compiler-playground/cB6WHS3X5VUA/?ref=app
3 Respostas
+ 5
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
0
the code is very confusing to read.
it would be easier to understand and organize if you could factor out the dialogues or if you broke up the sections into functions.