+ 1
what error please run in computer
3 Respostas
+ 2
In indentation level 0:
All code starts with space. So Delete all spaces.
+ 2
Here's your reformatted and fixed code.
indentation issues and It's "%S" not "%s"
https://code.sololearn.com/cjjBuycFnwI4/?ref=app
+ 1
I didn't run your program, but i think it is an indentation error. You can refer to the following link for more info.
https://www.python.org/dev/peps/pep-0008/