Python Forum
Tic Tac Toe except Valueerror help
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Tic Tac Toe except Valueerror help
#4
(Jul-10-2018, 12:10 PM)Minindis02 Wrote: By rearrange can you tell me if this is correct? Because it keeps giving me an error saying "Inconsistent Use of tabs and spaces in indentation".

Python does not like mixture of tabs and spaces. I recommend to check you code for tabs - and replace them with 4 spaces. Adjust your editor to insert 4 spaces when you press tab
Test everything in a Python shell (iPython, Azure Notebook, etc.)
  • Someone gave you an advice you liked? Test it - maybe the advice was actually bad.
  • Someone gave you an advice you think is bad? Test it before arguing - maybe it was good.
  • You posted a claim that something you did not test works? Be prepared to eat your hat.
Reply


Messages In This Thread
Tic Tac Toe except Valueerror help - by Minindis02 - Jul-10-2018, 06:39 AM
RE: Tic Tac Toe except Valueerror help - by volcano63 - Jul-10-2018, 01:24 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020