Commit 709e5080 by BellCodeEditor

save project

parent be42ec5e
Showing with 2 additions and 2 deletions
...@@ -2,8 +2,8 @@ import tkinter ...@@ -2,8 +2,8 @@ import tkinter
root=tkinter.Tk() root=tkinter.Tk()
root.geometry('300x350+500+300') root.geometry('300x350+500+300')
canv=tkinter.Canvas(root,width=240,height=300,bg="lightblue") canv=tkinter.Canvas(root,width=240,height=300,bg="navy blue")
canvas=tkinter.Canvas(canv,width=100,height=100,bg="green") canvas=tkinter.Canvas(canv,width=100,height=100,bg="darkorchid")
canv.place(x=30,y=20) canv.place(x=30,y=20)
canvas.place(x=0,y=0) canvas.place(x=0,y=0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment