0

Please check my code and help me to fix my problem

https://code.sololearn.com/c7N18pZNFss0/?ref=app

7th Jan 2021, 10:56 AM
Yogesh Agarwal
Yogesh Agarwal - avatar
2 Answers
+ 3
the error message is quite helpfull here: center() TabError: inconsistent use of tabs and spaces in indentation You are using tabs in your code, however everything inside your if statement: if movie == 4: is indented by blank characters. change that to tabs and give it another try
7th Jan 2021, 11:04 AM
Martin Ed
Martin Ed - avatar
+ 1
The if/elif statements inside your city function aren't indented.
7th Jan 2021, 11:10 AM
Olivia
Olivia - avatar