Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~99 People Reached
Favorite Forums
Favorite Tags
Member Avatar for johndumb77

Hey guys, I have this code at the end of my python game: root = Tk() root.title("Jack's Game") root.resizable(0,0) root.configure(bg="green") game = Board(root, width=8, height=8, letters=10) game.mainloop() And I also have a button somewhere above. I want to have function for the `command="xxx"`. What I want the function to do …

0
99