LogIn E-mail
¼³°èÀ̾߱â
¸ðµÎÀÇ ÆÄÀ̽ã - 20Àϸ¸¿¡¹è¿ì´Â ÇÁ·Î±×·¡¹Ö ±âÃÊ
# 23 JMJS    20.1.8 15:25

D01p015        13+2-5
D01p018        print("Hello?")
D01p020        import turtle as t
D01p020        t.shape("turgle")
D01p020        t.forward(50)
D01p021        t.right(90)
D01p021        t.forward(50)
D02p028        import turtle as t
D02p028        t.left(120)
D02p028        t.circle(50)
D02p032        t.color("red")
D02p033        t.pensize(3)
D03p036        print("7+4=",7+4)        
D03p036        7*4
D03p036        7/4
D03p036        2**3
D03p036        5%3
D03p040        a = 3
D03p040        b = 1.1+2
D03p040        c = a+b
D03p040        d = d+1
D04p042        for x in range(10):
            print("10")
        print("Hello!")
D05p049        list(range(5))
        list(range(0,5))
        list(range(1,11))
D05p051        for x in range(1,11):
D05p052        s = 0
        for x in range(1,10+1):
            s=s+x
D06p056        import turtle
        import turtleas t
        turtle.forward(100)
        t.forward(100)
D06p057        turtle graphic ¸í·É¾î
D06p059        Á¤¿À°¢Çü ±×¸®±â
D06p060        ´Ù°¢Çü ±×¸®±â
D06p061        ¿ø ¹Ýº¹Çؼ­ ±×¸®±â
D06p062        ¼± ¹Ýº¹Çؼ­ ±×¸®±â
D07p066        s=input("your name?")
D07p068        Á¤¼ö,¼Ò¼ö,¹®ÀÚ¿­ ±¸ºÐ
D07p069        x=input("?")
D07p069        a=int(x)
D07p071        import time
        start = time.time
        abs(et - 20)
D08p074        True/False ÆÇ´Ü
D08p075        ºñ±³¿¬»êÀÚ
        ==,!=,<,>,<=,>=
        3==7,a=3,a==3
D08p076        "abc" == "abc"
        1+1 == 2
D08p078        if a == 4:
            print("c")
        else:
            print("D")
D08p080        µ¡¼À°á°ú¸ÂÈ÷±â
D09p083        import random
        a =random.randint(1,360)
D10p089        while x<=10:
            print(x)
            x = x + 1
D10p091        while 1ºÎÅÍ 10±îÁö ´õÇϱâ
D10p092        for 1ºÎÅÍ 10±îÁö ´õÇϱâ
D10p093        ¼ýÀÚ¸¦ ÃßÃøÇØ¼­¸ÂÈ÷±â
        while True:
        if :
            break
D11p096        def hello():
D11p097        def hello2(name):
D11p100        def triangle(a,h):
            c = a * h / 2
            return c
D12p103        1ºÎÅÍ n±îÁöÀÇ ÇÕÀ» ±¸ÇÏ´Â ÇÔ¼ö
D12p105        1ºÎÅÍ n±îÁöÀÇ °öÀ» ±¸ÇÏ´Â ÇÔ¼ö
D12p107        ´Ù°¢ÇüÀ»±¸¸®´Â ÇÔ¼ö
D13p111        ÀÚÁÖ »ç¿ëÇÏ´Â °ÅºÏÀ̱׷¡ÇÈ ¸í·É¾î
D13p117        Å°º¸µå·Î °ÅºÏÀ̱׷¡ÇÈ Á¶Á¾
D13p120        ¸¶¿ì½º·Î °ÅºÏÀ̱׷¡ÇÈ Á¶Á¾
D14p124        eval("3+5")
D14p126        q = str(a)
D15p130        Å¸ÀÚ °ÔÀÓ ¸¸µé±â
D15p131        a = [5,7,9]
D15p132        import random
        x = ["a","b","c","d"]
        random.choice(x)
D16p138        °ÅºÏÀÌ ´ëÆ÷ °ÔÀÓ¸¸µé±â
        t.goto(x,y)
        t.pos

D17p148        ÅÍÆ²·± ¸¸µé±â
D17p150        t.shape("circle")
        t.ontimer()
D18p157        ÅÍÆ²·±2
D18p159        def f():
            global a
            a = 5
        f()
        print(a)
D18p160        t.clear
        t.home
        t.title("Turtle Run")
D18p164        t.onkeypress()
D19p167        ÆÄÀ̽ãÀ¸·Î ¼öÇй®Á¦Ç®±â
D19p169        ÁýÇÕ
D19p172        ¼ÒÀμöºÐÇØ
D19p175        Æò±Õ,ºÐ»ê,Ç¥ÁØÆíÂ÷
D20p177        ÀÌÂ÷¹æÁ¤½Ä
D20p181        ÇÔ¼öÀÇ ±×·¡ÇÁ        
D20p187        ÇÏÆ®±×¸®±â
D20p194        ÆÄÀ̽ãÇ¥ÁضóÀ̺귯¸®ÇÔ¼ö

°Ô½Ã¹°: 61 °Ç, ÇöÀç: 1 / 1 ÂÊ
¹øÈ£ Á¦       ¸ñ ÀÛ¼ºÀÚ µî·ÏÀÏ ¹æ¹®
61  os.path.dirname(os.path.realpath(__file__))) JMJS 25.8.20 52
60  img2rgb.py PIL lambda print end prn sys.argv JMJS 24.6.18 292
59  cv2 image pixel bgr °ª ¼öÁ¤Çϱâ JMJS 24.3.1 309
58  ±ÛÀÚÇǶó¹Ìµå lpyramid.py JMJS 24.3.1 354
57  µñ¼Å³Ê¸® dictionary µñ¼Å³Ê¸® key¿Í value µÚÁý±â ... JMJS 24.3.1 313
56  bus idx2set cap JMJS 24.2.22 305
55  ÆÄÀ̽㠸®½ºÆ®¿¡¼­ ºó ¹®ÀÚ¿­ÀÎ ¿ø¼Ò Á¦°ÅÇϱâ JMJS 24.2.22 306
54  openpyxl JMJS 24.2.22 317
53  Decorators µ¥ÄÚ·¹ÀÌÅÍ JMJS 24.2.29 310
52  walrus operator := and for in list JMJS 24.2.1 307
51  pandas Çà Ãß°¡ JMJS 24.1.28 298
50  split with brackets JMJS 24.1.27 312
49  ÀÌÅÍ·¹ÀÌÅÍ Iterator JMJS 24.1.26 321
48  re regular expression JMJS 24.1.26 308
47  read_excel()ÀÇ ÁöÁ¤ °¡´ÉÇÑ ¿É¼Ç JMJS 24.1.26 306
46  pandas to_excel sheet ¿©·¯Àå excel ÆÄÀÏ ¾²±â Àбâ JMJS 24.1.28 337
45  pandas ¼¿ isna isnull notna notnull JMJS 24.1.28 338
44  tkinter tk1.py JMJS 24.1.25 363
43  pandas _append df2.py JMJS 24.1.25 332
42  ÆÇ´Ù½º pandas DataFrame, list, dictionary, ... JMJS 24.1.25 328
41  f-string JMJS 24.6.18 360
40  pandas JMJS 24.1.17 305
39  __add__ __getattr__ __getitem__ __setitem__ JMJS 24.1.24 335
38  ÆÄÀ̽㠼³Ä¡°æ·Î È®ÀÎ JMJS 23.12.4 316
37  deepcopy JMJS 23.11.24 324
36  def func(*args): JMJS 23.11.24 321
35  sys.version_info JMJS 23.11.19 362
34  argparse add_argument parse_args JMJS 24.1.17 316
33  [bpy]bone2_wr.py JMJS 23.9.23 339
32  [bpy]bm.verts depsgraph JMJS 23.9.23 327
31  [bpy]keyframe_insert JMJS 23.9.23 334
30  [bpy]key_blocks JMJS 23.9.23 339
29  def abc (a=10,b=20,c=30) JMJS 23.8.1 342
28  shape prj JMJS 23.10.29 350
27  yaml JMJS 23.11.30 362
26  getopt arg argv JMJS 23.7.26 352
25  pg.mouse.get_pressed() pg.mouse.get_pos() JMJS 22.11.20 443
24  pg.MOUSEBUTTONDOWN event.button JMJS 22.11.20 451
23  ¸ðµÎÀÇ ÆÄÀ̽ã - 20Àϸ¸¿¡¹è¿ì´Â ÇÁ·Î±×·¡¹Ö ±âÃÊ JMJS 20.1.8 491
22  python -m pip install -U pip JMJS 19.11.25 469
21  get =lambda i,m ... JMJS 19.11.13 480
20  2Â÷¿ø ¸®½ºÆ®, Æ©Çà JMJS 19.11.13 466
19  [turtle]def polygon3(n,c,d) JMJS 19.11.11 481
18  [turtle]def polygon2(n,a) JMJS 19.11.11 483
17  def factorial(n) JMJS 19.11.11 460
16  def sum_func(n) JMJS 19.11.11 468
15  def hello() fun1(a) fun2(a,b) JMJS 19.11.11 465
14  while sum JMJS 19.11.11 546
13  random calculation JMJS 19.11.11 456
12  turtle random JMJS 19.11.11 464
11  import time time.time JMJS 19.11.11 570
10  turtle begin_fill end_fill JMJS 19.11.11 460
9  if else JMJS 19.11.11 460
8  input JMJS 19.11.11 460
7  list JMJS 24.3.1 489
6  turtle triangle JMJS 19.11.11 464
5  for range JMJS 19.11.11 473
4  ¸ðµâ »ç¿ëÇϱâ JMJS 19.11.11 491
3  import ÆÄÀ̽㠸ðµâ °¡Á®´Ù ¾²±â JMJS 19.11.11 475
1  print ÁÙ¹Ù²Þ JMJS 19.11.11 525
 ^_^ 70.1.1
[1]