방뱀 디 ¶
Python 부.
럽 빨리 .
모 : 매 1, 목 3
모 : 7
는 람 .
( 5명): 동, , , ,
모 : 7
- : 2()
- http://python.netian.com/index.html - 문
¶
- 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()










--동