I need help in my space game

Whta is wrong in my code?
https://replit.com/@TasosKhatzes/Space-Game?v=1

It says a intention error so ill take a closer look for you.

I mainly use normal python, so i dunno. At lest i tried

I think there are either spaces in tabs or tabs in spaces

1 Like

yeah lines 44-61 are using spaces where as line 1 - 43a are using tabs to fix this just change all of them to either 1 tab or 2 spaces and then make sure you change your indent type to the right one to prevent form happening again

2 Likes