It doesn’t work, it is saying that Button1 (b1) is not define in the function... any idea to show a ‘X’ or a ´O’ when I’m clicking on the button ? ( I’ m working on EduPython)
It doesn’t work, it is saying that File "/tmp/114177300/main.py", line 164 b1=Button(root,width=20,hight=10,command=Lambda: define_sign(1)) ^ SyntaxError: invalid syntax using(glot.io)
you can increase the height of button by using height and width parameter , you can learn more from this article : www.tutorialspoint.com/python/tk_button.htm
I recently wrote the same game in the Beads language (new, nobody has heard of it), and it is significantly prettier, shorter, and easier to read than the Python version. Please check it out... github.com/magicmouse/beads-examples/tree/master/Example%20-%20Tic-Tac-Toe
which part of the code manages the display of either 'x' or 'o' when a player plays? my code is working but it doesn't display the symbols
On grid word error is coming what to do !? Plz help me I have my assignment
Whats the error
It doesn’t work, it is saying that Button1 (b1) is not define in the function... any idea to show a ‘X’ or a ´O’ when I’m clicking on the button ? ( I’ m working on EduPython)
I am also facing the same issue ...
Did you got any solution??
Same issue @I_know_Python Please help?
It doesn’t work, it is saying that
File "/tmp/114177300/main.py", line 164
b1=Button(root,width=20,hight=10,command=Lambda: define_sign(1))
^
SyntaxError: invalid syntax
using(glot.io)
bro just look at the spelling of height
thank bro for your lecture it helped me a lot
Which software is used here for code???
sublime text
you can use visual studo code as well its free completely
sublilme text 3 is very fast . U can try it .
from where i get the source code of this project?
how to repeat the game again ?
Please add the source code
Pls Add Source Code In DEscription like u did in your prev. videos !
how to add png file on button because it is very small x,y
you can increase the height of button by using height and width parameter , you can learn more from this article : www.tutorialspoint.com/python/tk_button.htm
alot of white noise in the background. fix it
I recently wrote the same game in the Beads language (new, nobody has heard of it), and it is significantly prettier, shorter, and easier to read than the Python version. Please check it out...
github.com/magicmouse/beads-examples/tree/master/Example%20-%20Tic-Tac-Toe
Awesome
Source code