<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>1-5 프로그래밍 활용 by 교사고보영</title>
      <link>https://padlet.com/janggokhighschool1/bc3ahoms8zql4i1e</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2025-01-07 02:49:14 UTC</pubDate>
      <lastBuildDate>2025-01-08 13:12:38 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet.net/icons/png/1f4cd.png</url>
      </image>
      <item>
         <title>10526 정승아</title>
         <author></author>
         <link>https://padlet.com/janggokhighschool1/bc3ahoms8zql4i1e/wish/3281796011</link>
         <description><![CDATA[<p>import turtle</p><p>t=turtle.Pen()</p><p>t.forward(100)</p><p>t.left(225)</p><p>t.forward(30)</p><p>t.right(300)</p><p>t.forward(100)</p><p>t.right(100)</p><p>t.forward(40)</p><p>t.right(70)</p><p>t.forward(60)</p><p>t.left(120)</p><p>t.forward(60)</p><p>t.right(70)</p><p>t.forward(25)</p><p>t.right(110)</p><p>t.forward(100)</p><p><br/></p>]]></description>
         <enclosure url="" />
         <pubDate>2025-01-07 02:52:50 UTC</pubDate>
         <guid>https://padlet.com/janggokhighschool1/bc3ahoms8zql4i1e/wish/3281796011</guid>
      </item>
      <item>
         <title>10519온채은</title>
         <author></author>
         <link>https://padlet.com/janggokhighschool1/bc3ahoms8zql4i1e/wish/3281796670</link>
         <description><![CDATA[<p>import turtle</p><p>t=turtle.Pen()</p><p>t.forward(100)</p><p>t.right(144)</p><p>t.forward(100)</p><p>t.right(144)</p><p>t.forward(100)</p><p>t.right(144)</p><p>t.forward(100)</p><p>t.right(144)</p><p>t.forward(100)</p><p><br/></p>]]></description>
         <enclosure url="" />
         <pubDate>2025-01-07 02:53:24 UTC</pubDate>
         <guid>https://padlet.com/janggokhighschool1/bc3ahoms8zql4i1e/wish/3281796670</guid>
      </item>
      <item>
         <title>10503 김보영</title>
         <author></author>
         <link>https://padlet.com/janggokhighschool1/bc3ahoms8zql4i1e/wish/3281796673</link>
         <description><![CDATA[<p>import turtle</p><p>t=turtle.Pen()</p><p>t. forward(100)</p><p>t.left(144)</p><p>t.forward(100)</p><p>t.left(144)</p><p>t.forward(100)</p><p>t.left(144)</p><p>t.forward(100)</p><p>t.left(144)</p><p>t.forward(200)</p><p>t.left(144)</p><p>t.forward(100)</p><p>t.left(144)</p><p>t.forward(100)</p><p>t.left(144)</p><p>t.forward(100)</p><p>t.left(144)</p><p>t.forward(100)</p><p>t.left(144)</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-01-07 02:53:24 UTC</pubDate>
         <guid>https://padlet.com/janggokhighschool1/bc3ahoms8zql4i1e/wish/3281796673</guid>
      </item>
      <item>
         <title>10514 송민규</title>
         <author></author>
         <link>https://padlet.com/janggokhighschool1/bc3ahoms8zql4i1e/wish/3281796738</link>
         <description><![CDATA[<p>import turtle</p><p>t = turtle.Turtle()</p><p>import turtle as t</p><p>t.speed(10)</p><p>t.pendown()</p><p>t.forward(100)</p><p>n = 90</p><p>while (n&gt;0):</p><p>    turtle.left(1)</p><p>    t.forward(1)</p><p>    n = n -1</p><p>t.forward(40)</p><p>t.right(90)</p><p>t.forward(30)</p><p>n2 = 50</p><p>while (n2&gt;0):</p><p>    turtle.right(1)</p><p>    t.forward(1)</p><p>    n2 = n2 -1</p><p>n3 = 40</p><p>while (n3&gt;0):</p><p>    turtle.right(1)</p><p>    t.forward(1.5)</p><p>    n3 = n3 - 1</p><p>t.forward(21.5)</p><p>t.forward(21.5)</p><p>n4 = 40</p><p>while (n4&gt;0):</p><p>    turtle.right(1)</p><p>    t.forward(1.5)</p><p>    n4 = n4 - 1</p><p>n5 = 50</p><p>while (n5&gt;0):</p><p>    turtle.right(1)</p><p>    t.forward(1)</p><p>    n5 = n5 -1</p><p>(x, y) = turtle.position()</p><p>print(x,y)</p><p>t.forward(185)</p><p><br/></p>]]></description>
         <enclosure url="" />
         <pubDate>2025-01-07 02:53:28 UTC</pubDate>
         <guid>https://padlet.com/janggokhighschool1/bc3ahoms8zql4i1e/wish/3281796738</guid>
      </item>
      <item>
         <title>10502 고은샘</title>
         <author></author>
         <link>https://padlet.com/janggokhighschool1/bc3ahoms8zql4i1e/wish/3281796955</link>
         <description><![CDATA[<p>import turtle</p><p>t=turtle.Turtle()</p><p>t.color("black")</p><p>t.shape("classic")</p><p>t.speed(10)</p><p>t.home()</p><p>t.pendown()</p><p>t.right(75)</p><p>t.forward(300)</p><p>t.penup()</p><p>t.home()</p><p>t.right(180)</p><p>t.forward(200)</p><p>t.left(75)</p><p>t.pendown()</p><p>t.forward(300)</p><p><br/></p>]]></description>
         <enclosure url="" />
         <pubDate>2025-01-07 02:53:40 UTC</pubDate>
         <guid>https://padlet.com/janggokhighschool1/bc3ahoms8zql4i1e/wish/3281796955</guid>
      </item>
      <item>
         <title>10518 오희택</title>
         <author></author>
         <link>https://padlet.com/janggokhighschool1/bc3ahoms8zql4i1e/wish/3281797128</link>
         <description><![CDATA[<p>import turtle</p><p>import math</p><p>#입력</p><p>a=int(input('x^2의 계수를 입력하세요 : '))</p><p>b=int(input('x의 계수를 입력하세요 : '))</p><p>c=int(input('상수항을 입력하세요 : '))</p><p>#판별식</p><p>d=b**2-4*a*c</p><p>#d&gt;0</p><p>if (d&gt;0):</p><p>    x1=((-b+math.sqrt(d))/2*a)</p><p>    x2=((-b-math.sqrt(d))/2*a)</p><p>    print('첫번째 근 :',x1)</p><p>    print('두번째 근 :',x2)</p><p>    print('첫번째 근 :','(',-b,'+','√',d,'/',')',2*a)</p><p>    print('두번째 근 :','(',-b,'-','√',d,'/',')',2*a)</p><p>#d=0</p><p>if (d==0):</p><p>    x1=(-b)/2*a</p><p>    print('중근 :',x1)</p><p>#d&lt;0</p><p>if (d&lt;0):</p><p>    x1r=((-b+math.sqrt(-d))/2*a)</p><p>    x2r=((-b-math.sqrt(-d))/2*a)</p><p>    print('첫번째 근 :',x1r,'i')</p><p>    print('두번째 근 :',x2r,'i')</p><p>    print('첫번째 근 :','(',-b,'+','√',d,'i',')','/',2*a)</p><p>    print('두번째 근 :','(',-b,'-','√',d,'i',')','/',2*a)</p><p>#y축</p><p>y=Turtle()</p><p>y.goto(0, -200)</p><p>y.goto(0,200)</p><p>y.setheading(90)</p><p>y.write('y')</p><p>    </p>]]></description>
         <enclosure url="" />
         <pubDate>2025-01-07 02:53:51 UTC</pubDate>
         <guid>https://padlet.com/janggokhighschool1/bc3ahoms8zql4i1e/wish/3281797128</guid>
      </item>
      <item>
         <title>10528 천효원</title>
         <author></author>
         <link>https://padlet.com/janggokhighschool1/bc3ahoms8zql4i1e/wish/3281797211</link>
         <description><![CDATA[<p>import turtle</p><p>t=turtle.Turtle()</p><p>t.shape('classic')</p><p>t.begin_fill()</p><p>t.color('pink')</p><p><a rel="noopener noreferrer nofollow" href="http://t.circle">t.circle</a>(70)</p><p>t.end_fill()</p><p>t.up()</p><p>t.forward(100)</p><p>t.down()</p><p>t.begin_fill()</p><p>t.color('pink')</p><p><a rel="noopener noreferrer nofollow" href="http://t.circle">t.circle</a>(30)</p><p>t.end_fill()</p><p>t.up()</p><p>t.forward(700)</p><p>t.down()</p><p><br/></p>]]></description>
         <enclosure url="" />
         <pubDate>2025-01-07 02:53:57 UTC</pubDate>
         <guid>https://padlet.com/janggokhighschool1/bc3ahoms8zql4i1e/wish/3281797211</guid>
      </item>
      <item>
         <title>10511 박지우</title>
         <author></author>
         <link>https://padlet.com/janggokhighschool1/bc3ahoms8zql4i1e/wish/3281797963</link>
         <description><![CDATA[<p>import turtle</p><p>t=turtle.Pen()</p><p>t.forward(100)</p><p>t.left(150)</p><p>t.forward(100)</p><p>t.left(150)</p><p>t.forward(100)</p><p>t.left(150)</p><p>t.forward(100)</p><p>t.left(150)</p><p>t.forward(100)</p><p>t.left(150)</p><p>t.forward(100)</p><p>t.left(150)</p><p>t.forward(100)</p><p>t.left(150)</p><p>t.forward(100)</p><p>t.left(150)</p><p>t.forward(100)</p><p>t.left(150)</p><p>t.forward(100)</p><p>t.left(150)</p><p>t.forward(100)</p><p>t.left(150)</p><p>t.forward(100)</p><p>t.left(150)</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-01-07 02:54:31 UTC</pubDate>
         <guid>https://padlet.com/janggokhighschool1/bc3ahoms8zql4i1e/wish/3281797963</guid>
      </item>
      <item>
         <title>10508 김태희</title>
         <author></author>
         <link>https://padlet.com/janggokhighschool1/bc3ahoms8zql4i1e/wish/3281798329</link>
         <description><![CDATA[<p>import turtle</p><p>t=turtle.Turtle()</p><p>t.shape('turtle')</p><p>def f(x):</p><p>    return x**2+1</p><p>t.goto(200,0)</p><p>t.goto(0,0)</p><p>t.goto(0,200)</p><p>t.goto(0,0)</p><p>for x in range(150):</p><p>    t.goto(x, int(0.01*f(x)))</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-01-07 02:54:54 UTC</pubDate>
         <guid>https://padlet.com/janggokhighschool1/bc3ahoms8zql4i1e/wish/3281798329</guid>
      </item>
      <item>
         <title>10527 차준호</title>
         <author></author>
         <link>https://padlet.com/janggokhighschool1/bc3ahoms8zql4i1e/wish/3281798556</link>
         <description><![CDATA[<p>import turtle</p><p>t=turtle.Turtle()</p><p>t.shape("turtle")</p><p>def f(x):</p><p>    return x**2+1</p><p>t.goto(150,0)</p><p>t.goto(50,0)</p><p>t.goto(0,200)</p><p>t.goto(0,0)</p><p>for x in range(150):</p><p>    t.goto(x, int(0.03*f(x)))</p><p><br/></p>]]></description>
         <enclosure url="" />
         <pubDate>2025-01-07 02:55:07 UTC</pubDate>
         <guid>https://padlet.com/janggokhighschool1/bc3ahoms8zql4i1e/wish/3281798556</guid>
      </item>
      <item>
         <title>10529 최도현</title>
         <author></author>
         <link>https://padlet.com/janggokhighschool1/bc3ahoms8zql4i1e/wish/3281798730</link>
         <description><![CDATA[<p>import turtle</p><p>t=turtle.Turtle()</p><p>t.color(0, 0.4, 0.7)</p><p>t.begin_fill()</p><p><a rel="noopener noreferrer nofollow" href="http://t.circle">t.circle</a>(30)</p><p>t.end_fill()</p><p>t.up()</p><p>t.forward(100)</p><p>t.down()</p><p>t.color(0.9, 0.2, 0.1)</p><p>t.begin_fill()</p><p><a rel="noopener noreferrer nofollow" href="http://t.circle">t.circle</a>(50)</p><p>t.end_fill()</p><p>t.up()</p><p>t.forward(150)</p><p>t.down()</p><p>t.color(0.9, 0.2, 0.1)</p><p>t.begin_fill()</p><p><a rel="noopener noreferrer nofollow" href="http://t.circle">t.circle</a>(70)</p><p>t.end_fill()</p><p>t.up()</p><p>t.forward(150)</p><p>t.down()</p><p><br/></p>]]></description>
         <enclosure url="" />
         <pubDate>2025-01-07 02:55:17 UTC</pubDate>
         <guid>https://padlet.com/janggokhighschool1/bc3ahoms8zql4i1e/wish/3281798730</guid>
      </item>
      <item>
         <title>10501 강지우</title>
         <author></author>
         <link>https://padlet.com/janggokhighschool1/bc3ahoms8zql4i1e/wish/3281798848</link>
         <description><![CDATA[<p>import turtle</p><p>t=turtle.Turtle()</p><p>t.shape("turtle")</p><p>def f(x):</p><p>    return x**2+1</p><p>t.goto(200,0)</p><p>t.goto(-200,0)</p><p>t.goto(0,0)</p><p>t.goto(0,200)</p><p>t.goto(0,-200)</p><p>t.goto(0,0)</p><p>for x in range(150):</p><p>    t.goto(x,int(0.01*f(x)))</p><p>import turtle</p><p>v=turtle.Turtle()</p><p>v.shape("turtle")</p><p>def f(x):</p><p>    return -(x**2)+1</p><p>v.goto(0,0)</p><p>for x in range(150):</p><p>    v.goto(x,int(0.01*f(x)))</p><p>import turtle</p><p>b=turtle.Turtle()</p><p>b.shape("turtle")</p><p>def f(x):</p><p>    return x**2-1</p><p>b.goto(-1,0)</p><p>for x in range(150):</p><p>    b.goto(x,int(0.01*f(x)))</p><p><br/></p>]]></description>
         <enclosure url="" />
         <pubDate>2025-01-07 02:55:24 UTC</pubDate>
         <guid>https://padlet.com/janggokhighschool1/bc3ahoms8zql4i1e/wish/3281798848</guid>
      </item>
      <item>
         <title>10513 성재용</title>
         <author></author>
         <link>https://padlet.com/janggokhighschool1/bc3ahoms8zql4i1e/wish/3281798878</link>
         <description><![CDATA[<p>#임포트 세팅</p><p>from turtle import *</p><p>import math</p><p>#입력</p><p>a=int(input("x^2의 계수를 입력해주세요:")</p><p>b=int(input("x의 계수를 입력해주세요:")</p><p>c=int(input("상수항을 입력해주세요:")</p><p>#판별식</p><p>d=b**2-4*a*c</p><p>#판별식 &gt; 0-서로 다른 두 실근</p><p>if d&gt;0:</p><p>      x1=(-b+math.sqrt(d)/2*a)</p><p>      x2=(-b-math.sqrt(d)/2*a)</p><p>      print('첫번째 근:',x1)</p><p>      print('두번째근',x2)</p><p>      print('첫번째 근:','(',-b,"+","√",d,"/",")",2*a)</p><p>      print('두번째 근:','(',-b,"-","√",d,"/",")",2*a)</p><p>#판별식=0-중근</p><p>if d=0:</p><p>      x1=(-b)/2*a</p><p>      print('중근:',x1)</p><p>#판별식&lt;0-허근</p><p>if d&lt;0:</p><p>      x1r=(-b+math.sqrt(-d)/2*a)</p><p>      x2r=(-b-math.sqrt(-d)/2*a)</p><p>      print(('첫번째 근:',x1r,"i")</p><p>      print(('두번째 근:',x2r,"i")</p><p>      print('첫번째 근:','(',-b,"+","√",d,"i",")",2*a)</p><p>      print('두번째 근:','(',-b,"+","√",d,"i",")",2*a)</p><p>#타이틀</p><p>title("이차함수 그리기)</p><p>#y축</p><p>y= turtle()</p><p>y.goto(0,-300)</p><p>y.goto(0,300)</p><p>y.setheading(90)</p><p>y.write("y")</p><p>#x축</p><p>x= turtle()</p><p>x.goto(0,-300)</p><p>x.goto(0,300)</p><p>x.write("x")</p><p>#원점</p><p>o= turtle()</p><p>o.goto(0,-0)</p><p>o.goto(0,0)</p><p>o.write("0")</p><p>      </p><p>      </p>]]></description>
         <enclosure url="" />
         <pubDate>2025-01-07 02:55:25 UTC</pubDate>
         <guid>https://padlet.com/janggokhighschool1/bc3ahoms8zql4i1e/wish/3281798878</guid>
      </item>
      <item>
         <title>10506김윤수</title>
         <author></author>
         <link>https://padlet.com/janggokhighschool1/bc3ahoms8zql4i1e/wish/3281799027</link>
         <description><![CDATA[<p>from turtle import *</p><p>import math</p><p>a=int(input("x^2의 계수를 입력하세요 :"))</p><p>b=int(input(" x의 계수를 입력하세요 :"))</p><p>c=int(input("상수항의 계수를 입력하세요 :"))</p><p>d=b**2-4*a*c</p><p>if d&gt;0:</p><p>    x1= ((-b+math.sqrt(d))/2*a)</p><p>    x2= ((-b-math.sqrt(d))/2*a)</p><p>    print(f"첫번째 근: {x1}")</p><p>    print(f"두번째 근: {x2}")</p><p>    </p><p>if d==0:</p><p>    x1=(-b)/2*a</p><p>    print(f"중근으로 근은 {int(x1)}입니다")</p><p>if d&lt;0:</p><p>    x1r= ((-b+math.sqrt(-d))/2*a)</p><p>    x2r= ((-b-math.sqrt(-d))/2*a)</p><p>    print(f"첫번째 근: {x1r}i")</p><p>    print(f"두번째 근: {x2r}i")</p><p>title("이차함수 그리기")</p><p>y= tutle()</p><p>y.goto(0,-200)</p><p>y.goto(0,200)</p><p>y.setheading(90)</p><p>y.write("y")</p><p>x=turtle()</p><p>x.goto(-200,0)</p><p>x.goto(200,0)</p><p>x.write('x')</p><p>o=turtle()</p><p>o.penup()</p><p>o.hideturtle()</p><p>o.goto(0,0)</p><p>o.write('0')</p><p>pen=turtle()</p><p>pen.penup()</p><p>pen.goto(-50,0)</p><p>pen.pensize(1)</p><p>xcor=-50</p><p>while xcor&lt;=50:</p><p>    ycor=(a*(xcor**2)+(b*xcor)+c)</p><p>    pen.goto(xcor,ycor)</p><p>    pen.pendown()</p><p>    xcor=0.5</p><p><br/></p>]]></description>
         <enclosure url="" />
         <pubDate>2025-01-07 02:55:32 UTC</pubDate>
         <guid>https://padlet.com/janggokhighschool1/bc3ahoms8zql4i1e/wish/3281799027</guid>
      </item>
      <item>
         <title>10524임도연</title>
         <author></author>
         <link>https://padlet.com/janggokhighschool1/bc3ahoms8zql4i1e/wish/3281799416</link>
         <description><![CDATA[<p>import turtle</p><p>t=turtle.pen()</p><p>t.pendown()</p><p>t.forward(100)</p><p>t.left(225)</p><p>t.forward(100)</p><p>t.left(225)</p><p>t.forward(100)</p><p>t.left(225)</p><p>t.forward(100)</p><p>t.left(225)</p><p>t.forward(100)</p><p>t.left(225)</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-01-07 02:55:56 UTC</pubDate>
         <guid>https://padlet.com/janggokhighschool1/bc3ahoms8zql4i1e/wish/3281799416</guid>
      </item>
      <item>
         <title>10520 원기섭</title>
         <author></author>
         <link>https://padlet.com/janggokhighschool1/bc3ahoms8zql4i1e/wish/3281800324</link>
         <description><![CDATA[<p>import turtle</p><p>t=turtle.Turtle()</p><p>def f_circle():</p><p>    t.left(30)</p><p>    t.forward(30)</p><p>    t.left(180)</p><p>    t.forward(30)</p><p>    t.color(blue)</p><p>    t.begin_fill()</p><p>    <a rel="noopener noreferrer nofollow" href="http://t.circle">t.circle</a>(10)</p><p>    t.end_fill()</p><p>    t.forward(30)</p><p>f_circle()</p><p><br/></p>]]></description>
         <enclosure url="" />
         <pubDate>2025-01-07 02:56:26 UTC</pubDate>
         <guid>https://padlet.com/janggokhighschool1/bc3ahoms8zql4i1e/wish/3281800324</guid>
      </item>
      <item>
         <title>10532왕현서</title>
         <author></author>
         <link>https://padlet.com/janggokhighschool1/bc3ahoms8zql4i1e/wish/3281802534</link>
         <description><![CDATA[<p>import turtle</p><p>t=turtle.Turtle()</p><p>t.shape("turtle")</p><p>def f(x):</p><p>    return x**2+1</p><p>'''</p><p>t.goto(200,0)</p><p>t.goto(0,0)</p><p>t.goto(0,200)</p><p>t.goto(0,0)</p><p>'''</p><p>for x in range(150):</p><p>    t.goto(x, int(0.01*f(x)))</p><p>def c(x):</p><p>    return- x**2+1</p><p>for x in range(150):</p><p>    t.goto(x, int(0.01*c(x)))</p><p><br/></p>]]></description>
         <enclosure url="" />
         <pubDate>2025-01-07 02:58:24 UTC</pubDate>
         <guid>https://padlet.com/janggokhighschool1/bc3ahoms8zql4i1e/wish/3281802534</guid>
      </item>
      <item>
         <title>10517 신은채</title>
         <author></author>
         <link>https://padlet.com/janggokhighschool1/bc3ahoms8zql4i1e/wish/3281802784</link>
         <description><![CDATA[<p>import turtle</p><p>turtle.color("red")</p><p>turtle.begin_fill()</p><p>turtle.left(50)</p><p>turtle.forward(100)</p><p><a rel="noopener noreferrer nofollow" href="http://turtle.circle">turtle.circle</a>(40, 180)</p><p>turtle.right(90)</p><p><a rel="noopener noreferrer nofollow" href="http://turtle.circle">turtle.circle</a>(40, 180)</p><p>turtle.forward(100)</p><p>turtle.end_fill()</p><p>turtle.penup()</p><p>positions = [(-150, -50), (-75, -50), (0, -50), (75, -50), (150, -50)]</p><p>turtle.color("blue")</p><p>for x, y in positions:</p><p>        turtle.goto(x, y)</p><p>        turtle.pendown()</p><p>        turtle.begin_fill()</p><p>        <a rel="noopener noreferrer nofollow" href="http://turtle.circle">turtle.circle</a>(20) </p><p>        turtle.end_fill()</p><p>        turtle.penup()</p><p>        turtle.goto(x, y - 20)</p><p>        turtle.pendown()</p><p>        turtle.setheading(-90)</p><p>        turtle.forward(50) </p><p>        turtle.setheading(0)</p><p>        turtle.forward(30)  </p><p>        turtle.backward(60) </p><p>        turtle.forward(30)</p><p>        turtle.setheading(-90)</p><p>        turtle.backward(50)  </p><p>turtle.speed(3)</p><p><br/></p><p><br/></p><p>turtle을 이용해서 희망진로 분야인 사회복지분야를 표현하는 그림을 그렸다. 사회복지라고 하면 제일 먼저 떠오르는 것들을 표현하려고 노력했다. 먼저 사회복지에서 흔히 쓰이는 따뜻한 마음을 상징 하트를 중심으로 여러 사람이 어깨동무하고 있는 듯한 배치를 하고 각 사람은 원으로 얼굴을 그리고, 선으로 몸과 팔을 만들어 이러한 표현을 만들었다. 그림의 중심에 있는 하트는 사랑과 따뜻한 마음을 상징하며, 이는 사회복지가 추구하는 연대와 공감을 나타낸다. 하트를 둘러싸고 손을 잡은 사람들은 협력과 상호 존중을 의미하며,</p><p>모두가 함께 더 나은 세상을 만들기 위해 노력하는 공동체의 모습을 담고있다. 작품을 통해 나눔과 배려의 중요성을 강조하고,</p><p>다양한 사람들이 서로 연결되어 조화롭게 살아가는 사회의 이상을 표현하고자 했다.</p><p>turtle의 곡선과 각도를 활용해 부드러운 하트 모양을 완성했고, 원(circle)과 선(line)을 조합하여 사람의 모습을 간단히 그렸다.</p><p>또한 사람들이 어깨동무하는 형태로 배치하여 협력과 연결의 의미를 시각화했다.</p><p><br/></p>]]></description>
         <enclosure url="" />
         <pubDate>2025-01-07 02:58:38 UTC</pubDate>
         <guid>https://padlet.com/janggokhighschool1/bc3ahoms8zql4i1e/wish/3281802784</guid>
      </item>
      <item>
         <title>10508 김태희</title>
         <author></author>
         <link>https://padlet.com/janggokhighschool1/bc3ahoms8zql4i1e/wish/3283391680</link>
         <description><![CDATA[<p>import turtle</p><p>t=turtle.Turtle()</p><p>#1번 원</p><p>t.color(0.1,1,0.3)</p><p>t.begin_fill()</p><p><a rel="noopener noreferrer nofollow" href="http://t.circle">t.circle</a>(30)</p><p>t.end_fill()</p><p>t.up()</p><p>t.forward(100)</p><p>t.down()</p><p>#2번 원</p><p>t.color(0.3,0.3,1)</p><p>t.begin_fill()</p><p><a rel="noopener noreferrer nofollow" href="http://t.circle">t.circle</a>(50)</p><p>t.end_fill()</p><p>t.up()</p><p>t.forward(100)</p><p>t.down()</p><p>#3번 원</p><p>t.color(0.9,0.2,1)</p><p>t.begin_fill()</p><p><a rel="noopener noreferrer nofollow" href="http://t.circle">t.circle</a>(70)</p><p>t.end_fill()</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-01-08 05:18:54 UTC</pubDate>
         <guid>https://padlet.com/janggokhighschool1/bc3ahoms8zql4i1e/wish/3283391680</guid>
      </item>
      <item>
         <title>10510 박윤우</title>
         <author></author>
         <link>https://padlet.com/janggokhighschool1/bc3ahoms8zql4i1e/wish/3283396277</link>
         <description><![CDATA[<p>import turtle</p><p>t=turtle.Pen()</p><p>t. forward(100)</p><p>t.left(144)</p><p>t.forward(100)</p><p>t.left(144)</p><p>t.forward(100)</p><p>t.left(144)</p><p>t.forward(100)</p><p>t.left(144)</p><p>t.forward(100)</p><p><br/></p>]]></description>
         <enclosure url="" />
         <pubDate>2025-01-08 05:25:51 UTC</pubDate>
         <guid>https://padlet.com/janggokhighschool1/bc3ahoms8zql4i1e/wish/3283396277</guid>
      </item>
      <item>
         <title>10507 김채원</title>
         <author></author>
         <link>https://padlet.com/janggokhighschool1/bc3ahoms8zql4i1e/wish/3283397764</link>
         <description><![CDATA[<p>import turtle</p><p>t=turtle.Pen()</p><p>t.forward(100)</p><p>t.left(150)</p><p>t.forward(100)</p><p>t.left(150)</p><p>t.forward(100)</p><p>t.left(150)</p><p>t.forward(100)</p><p>t.left(150)</p><p>t.forward(100)</p><p>t.left(150)</p><p>t.forward(100)</p><p>t.left(150)</p><p>t.forward(100)</p><p>t.left(150)</p><p>t.forward(100)</p><p>t.left(150)</p><p>t.forward(100)</p><p>t.left(150)</p><p>t.forward(100)</p><p>t.left(150)</p><p>t.forward(100)</p><p>t.left(150)</p><p>t.forward(100)</p><p>t.left(150)</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-01-08 05:28:23 UTC</pubDate>
         <guid>https://padlet.com/janggokhighschool1/bc3ahoms8zql4i1e/wish/3283397764</guid>
      </item>
      <item>
         <title>10524임도연2</title>
         <author></author>
         <link>https://padlet.com/janggokhighschool1/bc3ahoms8zql4i1e/wish/3283407947</link>
         <description><![CDATA[<p>import turtle</p><p>t=turtle.Turtle()</p><p>t.left(225)</p><p>t.forward(100)</p><p>t.left(90)</p><p>t.forward(100)</p><p>t.left(90)</p><p>t.forward(300)</p><p>t.left(90)</p><p>t.forward(100)</p><p>t.left(90)</p><p>t.forward(300)</p><p>t.left(90)</p><p>t.forward(20)</p><p>t.right(90)</p><p>t.forward(30)</p><p>t.right(90)</p><p>t.forward(30)</p><p>t.left(90)</p><p>t.forward(20)</p><p>t.left(90)</p><p>t.forward(100)</p><p>t.left(90)</p><p>t.forward(20)</p><p>t.left(90)</p><p>t.forward(20)</p><p>t.right(90)</p><p>t.forward(30)</p><p>t.right(90)</p><p>t.forward(30)</p><p>t.left(90)</p><p>t.forward(300)</p><p>t.left(90)</p><p>t.forward(50)</p><p>t.right(90)</p><p>t.forward(100)</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-01-08 05:42:28 UTC</pubDate>
         <guid>https://padlet.com/janggokhighschool1/bc3ahoms8zql4i1e/wish/3283407947</guid>
      </item>
      <item>
         <title>10525 전우진</title>
         <author></author>
         <link>https://padlet.com/janggokhighschool1/bc3ahoms8zql4i1e/wish/3283855657</link>
         <description><![CDATA[<p>import turtle as t</p><p>def draw_circle(x, y, radius):</p><p>    "원 그리기 함수"</p><p>    t.penup()</p><p>    t.goto(x, y - radius)  </p><p>    t.pendown()</p><p>    <a rel="noopener noreferrer nofollow" href="http://t.circle">t.circle</a>(radius)</p><p>def draw_spokes(x, y, radius, spoke_count):</p><p>    "바퀴 줄 그리기 "</p><p>    angle_step = 360 / spoke_count</p><p>    for i in range(spoke_count):</p><p>        t.penup()</p><p>        t.goto(x, y)  </p><p>        t.pendown()</p><p>        t.setheading(angle_step * i)  </p><p>        t.forward(radius)</p><p>def draw_wheel():</p><p>    t.speed(5)</p><p>    t.color("black")</p><p>    </p><p>    draw_circle(0, 0, 100)</p><p>    </p><p>    t.fillcolor("gray")</p><p>    t.begin_fill()</p><p>    draw_circle(0, 0, 20)</p><p>    t.end_fill()</p><p>    </p><p>    t.color("black")</p><p>    draw_spokes(0, 0, 100, 8)</p><p>    t.hideturtle()</p><p>    t.done()</p><p><br/></p>]]></description>
         <enclosure url="" />
         <pubDate>2025-01-08 13:12:37 UTC</pubDate>
         <guid>https://padlet.com/janggokhighschool1/bc3ahoms8zql4i1e/wish/3283855657</guid>
      </item>
   </channel>
</rss>
