Question

In the workshop exercises you have used Pythons Tkinter module to create simple Graphical User Interfaces. The following c

0 0
Add a comment Improve this question Transcribed image text
Answer #1

complete code

from tkinter import Tk, Button

def enigma():
conundurm.config(text="!!!")

puzzle = Tk()

conundurm=Button(puzzle,text="???")
conundurm.pack()

mystery=Button(puzzle,text="!!!", command=enigma)
mystery.pack()

puzzle.mainloop()

output

code snaps

If you have any query regarding the code please ask me in the comment i am here for help you. Please do not direct thumbs down just ask if you have any query. And if you like my work then please appreciates with up vote. Thank You.

Add a comment
Know the answer?
Add Answer to:
" In the workshop exercises you have used Python's Tkinter module to create simple Graphical User Interfaces. The following code is an incomplete Python program relying on Tkinter (with delib...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT