Hi I am struggling with some code at the minute. I'm trying to make a noughts and crosses game in tkinter and am struggling to make the buttons work.
Any help appreciated
Error message:
Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Program Files\Python313\Lib\tkinter_init_.py", line 2068, in call
return self.func(*args)
~~~~~~~~~^^^^^^^
TypeError: call_make_turn.<locals>.wrapper() missing 1 required positional argument: 'x'
Code below:
https://paste.pythondiscord.com/JJYA