TabError: inconsistent use of tabs and spaces in indentation
at the bottom it says TabError: inconsistent use of tabs and spaces in indentation but i can't fix it. could someone please make a fixed version?
DynamicSquid (4622)
userInput = input("""
[1] Go to shop
[2] Play\n>>""")
I think that's causing the error. Maybe try to use your strings like this:
userInput = input("[1] Go to shop\n[2] Play\n>>")
adsarebbbad (215)
oh wait i already fixed it @DynamicSquid
adsarebbbad (215)
but i'll use that @DynamicSquid
@adsarebbbad Hi,
Ah...
There were a lot of bugs in your program.
Finally, I got rid of all of them.
Here is the fixed code:-
That's it
Thanks!
Hope this helps