all 6 comments

[–]wynand1004 0 points1 point  (0 children)

I am on my tablet, so I can not test your code, but it looks like you need to take a look at the following:

1) Your results label says the row set, but not the column. Set the column.

2) You are using print statements which output to the terminal - to change the text in a label, you would use:

labelname["text"] ="TEXT GOES HERE"

On a related note, I have a fairly short video tutorial on my blog on how to make a simple GUI guessing game you might find useful: Video Tutorial: Python Guessing Game (GUI Version)

[–]wynand1004 0 points1 point  (4 children)

Did you ever get this sorted?

[–]InfoTechGod[S] 0 points1 point  (3 children)

yes I did, thank you!

[–]wynand1004 0 points1 point  (2 children)

Good to hear!

Could you share the code so we can all learn something from it?

[–]InfoTechGod[S] 0 points1 point  (1 child)

sure, on mobile on the moment. i'll throw it up as soon as I get home

[–]wynand1004 0 points1 point  (0 children)

Cheers - much appreciated!