Time to actually draw something useful on the screen!
The value x=0 is the left of the screen, y=0 is the top of the screen.
create_line method:canvas.create_line(
x1, y1, x2, y2, fill=fill_color, width=2
)
main function, then test the program manually.Login to Complete
Login to view solution