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

/Thread -
/GUI -
/4

?
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.0430 sec