Question: create using python Can you place three canvas on the top level window? If yes. Create such an application. 2)from tkinter import * root =
create using python Can you place three canvas on the top level window? If yes. Create such an application.
2)from tkinter import *
root = Tk()def clicked(event): C1.delete(ALL) C1.create_oval(event.x, event.y, event.x+20, event.y+20, outline="yellow", fill="blue")C1 = Canvas(root, height=250, width=300)C1.bind("
red circle. Note Button-1 still draw a filled blue circle.
oouble-1 meanto double click on Button-1. I.e. double click on left mouse button.Create a function and name this function stop. The stop function would be similar to functioncallback but this time, it will quit the program by calling sys.exit(). In order to use this function, youhave to import sys .
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
