BattleShip


Hi everyone,
please help me for this error. I don’t know why it gets this error even it did work well in previous test

You might be mixing tab characters and spaces, codecademy’s editor isn’t well behaved because it doesn’t show tab characters the same way python interprets them, and what it really should do when you press your tab key is to insert spaces, not tabs.