Commit 90c0dc39 by BellCodeEditor

save project

parent fd065ea4
Showing with 3 additions and 9 deletions
iimport tkinter
import templates
root = tkinter.TK()
root.geometry('300*350+300')
canv = tkinter.canvas(root,width=240,height=300,bg="lightblue")
canvas = tkinter.canvas(canv,width=100,height=100,bg="green")
canv.place(x=30,y=20)
canvas.place(x=0,y=0)
root.mainloop()
\ No newline at end of file
root.geometry('300x350+500+300')
canv = tkinter.canvas(root,width=240,height=300,by="lightblue")
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