CrazyVideoGamez wrote:

> What is a, b, c, and d in:
> from tkinter import *
> window = Tk()
> drawing = Canvas(window, height=500, width=500)
> rectangle = drawing.create_rectangle(a, b, c, d)
> and:
> circle = drawing.create_oval(a, b, c, d)
> ???

Here's a picture:

http://infohost.nmt.edu/tcc/help/pubs/tkinter/web/create_oval.html

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to