E D R , A S I H C RSS

방울뱀스터디

Python .

빨리 .

: 매 1, 목 3
: 7

.

( 5명): , , , ,

따먹

  • 3 (1p, 2p, 1 vs 2)
  • P2P
  • 5
  • ', 목, 내'
  • - 60
  • 3번


    • 5


    • 3

?
ZP (7/15) . --
데.... .. 3번 --
. 대. --
^^:..-
... ;) --
. ... 변 . 모르. --

모르 100배 더 뿌듯 . --

? 730 21, 24, 28 3번 ..
.. .. ... ..
....
3번 --
21 ... --
7 26() 11 7 . 80%를 목 . --

~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()

-------

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2021-02-07 05:29:34
Processing time 0.0159 sec