Given the following code, what are the dimensions, in pixels, of the shape created? import tkinter class myShape: def __init__ (self) : self. main_window = tkinter. Tk () self. canvas = tkinter. Canvas (self. main_window, width=200, height=200) self.
Answers (1)