Á¤¼ºÈÆ
    lab_6_6.py (±³Àç)
  http://itsys.hansung.ac.kr/cgi-bin/onlineTest/viewpy4AI/onlinePy4AI.cgi?source=src/py/Ch06/lab_6_6.py



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#
# µû¶óÇϸ砹è¿ì´Â ÆÄÀ̽ã°ú µ¥ÀÌÅÍ°úÇÐ(»ý´ÉÃâÆÇ»ç 2020)
# LAB 6-6 °ÅºÏÀÌ¿¡°Ô ÀÌÂ÷ÇÔ¼ö¸¦ ±×¸®°Ô ÇÏÀÚ, 162ÂÊ
#
import turtle
 
= turtle.Turtle()
t.shape("turtle")
t.speed(0)  # ÅÍƲ ±×·¡ÇÈÀÇ ±×¸®±â ¼Óµµ¸¦ °¡Àå ºü¸£°Ô ÇÑ´Ù
 
def f(x):  # 2Â÷ ÇÔ¼ö¸¦ ¸¸µç´Ù
    return x ** 2 + 1
 
t.goto(2000)
t.goto(00)
t.goto(0200)
t.goto(00)
 
for x in range(150):
    t.goto(x, int(0.01 * f(x)))
    
turtle.done()
cs

  µî·ÏÀÏ : 2022-02-21 [00:20] Á¶È¸ : 562 ´Ù¿î : 0   
 
¡â ÀÌÀü±Ûcode_6_12.py (±³Àç)
¡ä ´ÙÀ½±Ûlab_6_5.py (±³Àç)
Python for AI ½Ç½À°Ô½ÃÆÇ
¹øÈ£ ¨Ï Á¦ ¸ñ Á¶È¸ µî·ÏÀÏ
lAnaconda3 ¼³Ä¡
lColabTurtlePlus
l½Ç½À ¸ñ·Ï
lColab ½Ç½À
l½Ç½À ½Ã ÇлýµéÀÌ ÀÚÁÖÇÏ´Â ½Ç¼ö ¿¹µé
180 ¦¦❶ lcode_6_12.py (±³Àç) 645 02-21
179 ¦¦❶ llab_6_6.py (±³Àç) 562 02-21
178 ¦¦❶ llab_6_5.py (±³Àç) 556 02-21
177 ¦¦❶ llab_6_4.py (±³Àç) 570 02-21
176 ¦¦❶ llab_6_3.py (±³Àç) 635 02-21
175 ¦¦❶ lcode_6_11.py (±³Àç) 1030 02-21
174 ¦¦❶ lcode_6_10.py (±³Àç) 607 02-21
173    ¦¦❷ lcode_6_10_2.py (±³Àç) 547 02-21
172    ¦¦❷ lcode_6_10_1.py (±³Àç) 578 02-21
171 ¦¦❶ lcode_6_9.py (±³Àç) 534 02-21
170    ¦¦❷ lcode_6_9_2.py (±³Àç) 494 02-21
169    ¦¦❷ lcode_6_9_1.py (±³Àç) 525 02-21
168 ¦¦❶ lcode_6_8.py (±³Àç) 534 02-20
167    ¦¦❷ code_6_8.py (Ãß°¡) 489 04-04
166    ¦¦❷ lcode_6_8_2.py (±³Àç) 517 02-21
165    ¦¦❷ lcode_6_8_1.py (±³Àç) 484 02-21
164 ¦¦❶ llab_6_2.py (±³Àç) 606 02-20
163 ¦¦❶ llab_6_1.py (±³Àç) 552 02-20
162 ¦¦❶ lcode_6_7.py (±³Àç) 591 02-20
161    ¦¦❷ lcode_6_7_2.py (±³Àç) 587 02-20

[1] [Prev]-[11][12][13][14][15][16][17][18][19]