계 ¶
- ExtremeProgramming . PairProgramming, Refactoring...
- .
¶
~cpp from Tkinter import * def exit(): global STOP STOP = 1 # Make a Canvas boundx, boundy = 400, 300 root = Tk() canvas = Canvas(root, width=boundx, height=boundy) canvas.pack() background = PhotoImage(file='wall.gif') foreground = PhotoImage(file='wall2.gif') canvas.create_image(0, 0, image=background, anchor=NW) canvas.create_text(350, 265, text='ball.pyn' '¸¸???? eeeeh') canvas.create_polygon(100, 100, 20, 5, 50, 16, 300, 300, fill='orange') root.mainloop()