<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>프로그래밍 2차시 - 거북이 코드 공유 by KUMSAN이건우</title>
      <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h</link>
      <description>거북이 코드를 공유해주세요.</description>
      <language>en-us</language>
      <pubDate>2023-04-13 00:12:27 UTC</pubDate>
      <lastBuildDate>2024-01-08 07:05:00 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://media3.giphy.com/media/y34Ryz3lmspLq/giphy.gif</url>
      </image>
      <item>
         <title>거북이 코드를 공유해주세요.</title>
         <author>wjdzjat1231</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552270140</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://media0.giphy.com/media/naXyAp2VYMR4k/giphy.gif" />
         <pubDate>2023-04-13 00:25:12 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552270140</guid>
      </item>
      <item>
         <title>예시1 달팽이 코드 </title>
         <author>wjdzjat1231</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552271104</link>
         <description><![CDATA[<div>import turtle as t<br><br>t.shape("turtle")<br>t.speed(0)<br>for i in range(50):<br>&nbsp; &nbsp; t.left(30)<br>&nbsp; &nbsp; t.forward(2*i)</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-13 00:26:02 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552271104</guid>
      </item>
      <item>
         <title>예시2 펜타곤</title>
         <author>wjdzjat1231</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552273581</link>
         <description><![CDATA[<div>import turtle as t<br>import random<br><br>t.shape("turtle")<br>t.speed(0)<br>t.pensize(3)<br><br><br>for i in range(200):<br>&nbsp; &nbsp; t.color(random.random(),random.random(),random.random())<br>&nbsp; &nbsp; t.forward(3*i)<br>&nbsp; &nbsp; t.left(72)</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-13 00:28:06 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552273581</guid>
      </item>
      <item>
         <title>예시3 태극마크</title>
         <author>wjdzjat1231</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552276517</link>
         <description><![CDATA[<div>import turtle as t<br><br>t.shape("turtle")<br>t.speed(10)<br>t.penup()<br>t.forward(-100)<br>t.right(90)<br>t.pendown()<br>t.color("red")<br>t.begin_fill()<br>t.circle(100,-180)<br>t.circle(200,180)<br>t.circle(100,180)<br>t.end_fill()<br>t.color("blue")<br>t.begin_fill()<br>t.circle(100,-180)<br>t.circle(200,180)<br>t.circle(100,180)<br>t.end_fill()<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-13 00:30:24 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552276517</guid>
      </item>
      <item>
         <title>.</title>
         <author>202323052</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552345615</link>
         <description><![CDATA[<div>import turtle as t<br>import random<br><br><br><br>t.shape("turtle")<br>t.pensize(3)<br><br><br>for i in range(100):<br>&nbsp; &nbsp;&nbsp;<br>&nbsp; &nbsp; t.color(random.random(),random.random(),random.random())<br>&nbsp; &nbsp; t.forward(10*i)<br>&nbsp; &nbsp; t.left(150)<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-13 01:25:14 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552345615</guid>
      </item>
      <item>
         <title>창문</title>
         <author>202323014</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552346268</link>
         <description><![CDATA[<div>import turtle as t<br><br>t.shape("turtle")<br>t.speed(10)<br><br>t.forward(90)<br>t.left(90)<br>t.forward(180)<br>t.left(90)<br>t.forward(90)<br>t.left(90)<br>t.forward(180)<br>t.left(90)<br>t.forward(180)<br>t.left(90)<br>t.forward(180)<br>t.left(90)<br>t.forward(90)<br>t.left(90)<br>t.forward(90)<br>t.left(90)<br>t.forward(90)<br>t.backward(180)</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-13 01:25:42 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552346268</guid>
      </item>
      <item>
         <title>2309신승호  별</title>
         <author>202323093</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552346569</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br>t.speed(10)<br>for i in range(100):<br>&nbsp; &nbsp; t.forward(10*i)<br>&nbsp; &nbsp; t.left(200)<br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-13 01:25:54 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552346569</guid>
      </item>
      <item>
         <title>진정한 거북이 괴롭히기</title>
         <author>202323023</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552348134</link>
         <description><![CDATA[<div>import turtle as t<br>import random<br>t.shape("turtle")<br>t.speed(0)<br><br><br><br>for i in range(300):<br>&nbsp; &nbsp; &nbsp;t.forward(1*i)<br>&nbsp; &nbsp; &nbsp;t.color(random.random(),random.random(),random.random())<br>&nbsp; &nbsp; &nbsp;t.left(180)<br>&nbsp; &nbsp; &nbsp;<br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-13 01:26:56 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552348134</guid>
      </item>
      <item>
         <title>2310오상현</title>
         <author>202323103</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552348303</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br>t.speed(10)<br>for i in range(400):<br>&nbsp; &nbsp; t.forward(200)<br>&nbsp; &nbsp; t.left(93)<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-13 01:27:04 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552348303</guid>
      </item>
      <item>
         <title>별</title>
         <author>202323034</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552349812</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape ("turtle")<br>t.speed(100)<br><br>for i in range(100):<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;t.forward(2*i)<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;t.left(100)<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;t.left(10)<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;t.left(20)<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;t.left(30)<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;t.left(40)<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-13 01:27:56 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552349812</guid>
      </item>
      <item>
         <title>화려한 거북이 두마리가 도는 .avi</title>
         <author>202323023</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552350425</link>
         <description><![CDATA[<div>import turtle as t<br>import random<br>t.shape("turtle")<br>t.speed(0)<br><br><br><br>for i in range(300):<br>&nbsp; &nbsp; &nbsp;t.forward(1*i)<br>&nbsp; &nbsp; &nbsp;t.color(random.random(),random.random(),random.random())<br>&nbsp; &nbsp; &nbsp;t.left(193)</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-13 01:28:22 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552350425</guid>
      </item>
      <item>
         <title>원으로 만드는 그림</title>
         <author>202323204</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552353707</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br>t.speed(0)<br><br>for i in range (100):<br>&nbsp; &nbsp; t.circle(4*i)<br>&nbsp; &nbsp; t.left(90)<br>&nbsp; &nbsp;<br>&nbsp; &nbsp;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<br><br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-13 01:30:27 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552353707</guid>
      </item>
      <item>
         <title>사람</title>
         <author>202323174</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552354920</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br><br><br>t.forward(100)<br>t.left(90)<br>t.forward(100)<br>t.left(90)<br>t.forward(100)<br>t.left(90)<br>t.forward(100)<br>t.left(90)<br><br>t.forward(120)<br>t.right(90)<br>t.forward(120)<br>t.right(90)<br><br>t.forward(20)<br>t.right(90)<br>t.forward(120)<br>t.left(90)<br><br>t.forward(120)<br>t.left(90)<br>t.forward(120)<br>t.left(90)<br><br>t.forward(20)<br>t.left(90)<br>t.forward(120)<br><br>t.left(180)<br>t.forward(180)<br>t.left(90)<br>t.forward(100)<br>t.left(90)<br>t.forward(80)<br><br>t.left(180)<br>t.forward(80)<br>t.right(90)<br>t.forward(50)<br>t.right(90)<br>t.forward(40)</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-13 01:31:17 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552354920</guid>
      </item>
      <item>
         <title>2315 전병찬 다이슨 청소기 </title>
         <author>202222158</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552356291</link>
         <description><![CDATA[<div>검정<br>import turtle as t</div><div>import random</div><div>t.shape("turtle")</div><div>&nbsp; &nbsp;</div><div>t.speed(0)</div><div>&nbsp; &nbsp;</div><div>for i in range(500):</div><div>t.forward(1*i)</div><div>t.left(130)</div><div>t.forward(1*i)</div><div>t.right(32)&nbsp;<br><br><br><br><br>색 무작위<br>import turtle as t</div><div>import random</div><div>t.shape("turtle")</div><div>&nbsp; &nbsp;</div><div>t.speed(0)</div><div>&nbsp; &nbsp;</div><div>for i in range(500):</div><div>t.forward(1*i)</div><div>t.left(130)</div><div>t.forward(1*i)</div><div>t.right(32)<br>t.color(random.random(),random.random(),random.random())</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-13 01:32:12 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552356291</guid>
      </item>
      <item>
         <title>문</title>
         <author>202323125</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552358923</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br>t.speed(10)<br><br>t.right(90)<br>t.forward(200)<br>t.right(90)<br>t.forward(200)<br>t.right(90)<br>t.forward(400)<br>t.right(90)<br>t.forward(200)<br>t.right(90)<br>t.forward(200)<br>t.right(90)<br>t.forward(10)<br>t.circle(10)<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-13 01:34:04 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552358923</guid>
      </item>
      <item>
         <title>강해린</title>
         <author>202323073</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552360121</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br>t.speed(0)<br><br>t.begin_fill()<br>t.forward(50)<br>t.right(90)<br>t.forward(50)<br>t.right(90)<br>t.forward(50)<br>t.right(90)<br>t.forward(50)<br>t.right(90)<br>t.right(90)<br><br>t.forward(150)<br>t.left(90)<br>t.forward(50)<br>t.left(90)<br>t.forward(100)<br>t.right(90)<br><br>t.end_fill()<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-13 01:34:26 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552360121</guid>
      </item>
      <item>
         <title>해</title>
         <author>202323143</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552363174</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br>t.speed(0)<br><br>t.color("red")<br><br>for i in range(100):<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; t.forward(5*i)<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; t.left(70)<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; t.left(120)<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-13 01:36:59 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552363174</guid>
      </item>
      <item>
         <title>지옥</title>
         <author>202323182</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552364041</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br>t.speed(0)<br><br>for i in range(50000000):<br>&nbsp; &nbsp; t.circle(1000)<br>&nbsp; &nbsp; t.left(1)</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-13 01:37:47 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552364041</guid>
      </item>
      <item>
         <title>꽃</title>
         <author>202323133</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552364772</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br>t.speed(0)<br><br><br><br>for i in range(500):<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;t.forward(1*i)<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;t.left(120)<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;t.left(20)<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;t.forward(1*i)</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-13 01:38:21 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552364772</guid>
      </item>
      <item>
         <title>마약</title>
         <author>202323165</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552367144</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape ("turtle")<br>t.color("green")<br>t.speed(0)<br>for i in range(200):<br>&nbsp; &nbsp; t.circle(3*i)<br>&nbsp; &nbsp; t.left(30)</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-13 01:40:16 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552367144</guid>
      </item>
      <item>
         <title>반짝 반짝 작은 별</title>
         <author>202323114</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552367842</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br>t.speed(0)<br>t.color("yellow")<br>t.begin_fill()<br>for i in range(10):<br>&nbsp; &nbsp; t.forward(100)<br>&nbsp; &nbsp; t.right(160)<br>t.end_fill()<br>t.goto(50,50)<br>t.begin_fill()<br>for i in range(10):<br>&nbsp; &nbsp; t.forward(60)<br>&nbsp; &nbsp; t.right(160)<br>t.end_fill()<br>t.goto(100,40)<br>t.begin_fill()<br>for i in range(10):<br>&nbsp; &nbsp; t.forward(140)<br>&nbsp; &nbsp; t.right(160)<br>t.end_fill()<br>t.goto(300,70)<br>t.begin_fill()<br>for i in range(10):<br>&nbsp; &nbsp; t.forward(90)<br>&nbsp; &nbsp; t.right(160)<br>t.end_fill()<br>t.goto(350,60)<br>t.begin_fill()<br>for i in range(10):<br>&nbsp; &nbsp; t.forward(100)<br>&nbsp; &nbsp; t.right(160)<br>t.end_fill()<br>t.goto(390,80)<br>t.begin_fill()<br>for i in range(10):<br>&nbsp; &nbsp; t.forward(100)<br>&nbsp; &nbsp; t.right(160)<br>t.end_fill()<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-13 01:40:49 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552367842</guid>
      </item>
      <item>
         <title>고기압</title>
         <author>202323084</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552367934</link>
         <description><![CDATA[<div>import turtle as t<br>&nbsp;<br>t.shape('turtle')<br>t.speed(0)&nbsp; &nbsp; &nbsp;&nbsp;<br>for i in range(300):&nbsp; &nbsp;&nbsp;<br>&nbsp; &nbsp; t.forward(3*i)&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<br>&nbsp; &nbsp; t.right(91)<br>&nbsp; &nbsp; t.color("skyblue")&nbsp; &nbsp; &nbsp;<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-13 01:40:53 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552367934</guid>
      </item>
      <item>
         <title>거북이</title>
         <author>202323064</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552368533</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br>t.speed(0)<br><br>t.left(90)<br>t.circle(200,180)<br>t.left(90)<br>t.forward(400)<br><br>t.left(90)<br>t.left(90)<br><br>t.forward(400)<br>t.forward(20)<br>t.left(90)<br>t.forward(10)<br>t.left(90)<br>t.forward(20)<br>t.forward(400)<br><br>t.left(90)<br>t.forward(10)<br>t.left(180)<br>t.forward(10)<br>t.left(180)<br>t.left(90)<br><br>t.forward(350)<br>t.left(90)<br><br>t.circle(40,180)<br>t.left(180)<br>t.left(90)<br><br>t.forward(100)<br>t.left(180)<br>t.left(90)<br>t.circle(40,180)<br><br>t.left(180)<br>t.left(90)<br><br>t.forward(85)<br>t.forward(80)<br>t.circle(30,180)<br><br>t.forward(80)<br><br><br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-13 01:41:24 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552368533</guid>
      </item>
      <item>
         <title>화려한쓰레기</title>
         <author>202323045</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552370697</link>
         <description><![CDATA[<div>import turtle as t<br>t. shape("turtle")<br>import random<br>t.speed(10)<br><br>for i in range(10000000):<br>&nbsp; &nbsp; t.color(random.random(),random.random(),random.random())<br>&nbsp; &nbsp; t.forward(1*i)<br>&nbsp; &nbsp; t.left(111)<br>&nbsp; &nbsp;&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-13 01:43:11 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552370697</guid>
      </item>
      <item>
         <title>최면</title>
         <author>202321072</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552732358</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape('turtle')<br>t.speed('fastest')&nbsp; &nbsp; &nbsp;&nbsp;<br>for i in range(3000):&nbsp; &nbsp;&nbsp;<br>&nbsp; &nbsp; t.forward(i)&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<br>&nbsp; &nbsp; t.right(91)<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-13 07:14:51 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552732358</guid>
      </item>
      <item>
         <title>꽃</title>
         <author>202321063</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552733917</link>
         <description><![CDATA[<div>import turtle as t<br>t. shape("turtle")<br>t.speed(10)<br><br>t.begin_fill()<br>for i in range(100):<br>&nbsp; &nbsp; &nbsp; &nbsp; t.forward(4*i)<br>&nbsp; &nbsp; &nbsp; &nbsp; t.left(100)<br><br>t.color("pink")<br>t.end_fill()</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-13 07:16:11 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552733917</guid>
      </item>
      <item>
         <title>별</title>
         <author>202321216</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552735729</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br>t.speed(0)<br>for i in range(3*3):&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br>&nbsp; &nbsp; t.forward(500)<br>&nbsp; &nbsp; t.left(160)</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-13 07:17:48 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552735729</guid>
      </item>
      <item>
         <title>꽃</title>
         <author>202321104</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552736747</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape('turtle')<br>t.speed(10)<br>t.right(10)<br>t.color('green')<br>t.pensize('6')<br>for i in range(2):<br>&nbsp; &nbsp; for i in range(9):<br>&nbsp; &nbsp; &nbsp; &nbsp; t.forward(15)<br>&nbsp; &nbsp; &nbsp; &nbsp; t.left(10)<br>&nbsp; &nbsp; t.left(90)<br>t.left(120)<br>for i in range(2):<br>&nbsp; &nbsp; for i in range(9):<br>&nbsp; &nbsp; &nbsp; &nbsp; t.forward(15)<br>&nbsp; &nbsp; &nbsp; &nbsp; t.left(10)<br>&nbsp; &nbsp; t.left(90)<br>t.right(20)<br>t.forward(160)<br>t.color('purple')<br>t.pensize('4')<br>for i in range(7):<br>&nbsp; &nbsp; for i in range(2):<br>&nbsp; &nbsp; &nbsp; &nbsp; for i in range(9):<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; t.forward(15)<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; t.left(10)<br>&nbsp; &nbsp; &nbsp; &nbsp; t.left(90)<br>&nbsp; &nbsp; t.left(50)<br>&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-13 07:18:53 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552736747</guid>
      </item>
      <item>
         <title>꽃들</title>
         <author>202321205</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552736876</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br><br>t.speed("fastest")<br><br>t.color("red")<br>for i in range(100):<br>&nbsp; &nbsp; t.begin_fill()<br>&nbsp; &nbsp; t.forward(2*i)<br>&nbsp; &nbsp; t.left(100)<br>&nbsp; &nbsp; t.end_fill()<br>t.color("skyblue")<br>for i in range(100):<br>&nbsp; &nbsp; t.begin_fill()<br>&nbsp; &nbsp; t.forward(2*i)<br>&nbsp; &nbsp; t.left(100)<br>&nbsp; &nbsp; t.end_fill()<br>t.color("green")<br>for i in range(100):<br>&nbsp; &nbsp; t.begin_fill()<br>&nbsp; &nbsp; t.forward(2*i)<br>&nbsp; &nbsp; t.left(100)<br>&nbsp; &nbsp; t.end_fill()<br>t.color("black")<br>for i in range(100):<br>&nbsp; &nbsp; t.begin_fill()<br>&nbsp; &nbsp; t.forward(2*i)<br>&nbsp; &nbsp; t.left(100)<br>&nbsp; &nbsp; t.end_fill()<br>t.color("gold")<br>for i in range(100):<br>&nbsp; &nbsp; t.begin_fill()<br>&nbsp; &nbsp; t.forward(2*i)<br>&nbsp; &nbsp; t.left(100)<br>&nbsp; &nbsp; t.end_fill()<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-13 07:19:00 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552736876</guid>
      </item>
      <item>
         <title>코로나</title>
         <author>202321163</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552736995</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("classic")<br><br>t.speed(0)<br>t.color("green")<br><br><br>for i in range(200):<br>&nbsp; &nbsp; t.left(i)<br>&nbsp; &nbsp; t.forward(i)<br><br>t.penup()<br>t.forward(100)<br>t.pendown()<br>for i in range(200):<br>&nbsp; &nbsp; t.left(i)<br>&nbsp; &nbsp; t.forward(i*0.5)<br><br>t.penup()<br>t.forward(160)<br>t.left(150)<br>t.pendown()<br>for i in range(200):<br>&nbsp; &nbsp; t.left(i)<br>&nbsp; &nbsp; t.forward(i*1.3)<br><br>t.penup()<br>t.right(130)<br>t.forward(600)<br>t.pendown()<br>for i in range(200):<br>&nbsp; &nbsp; t.left(i)<br>&nbsp; &nbsp; t.forward(i*1.7)<br><br>t.penup()<br>t.forward(80)<br>t.left(80)<br>t.pendown()<br>for i in range(200):<br>&nbsp; &nbsp; t.left(i)<br>&nbsp; &nbsp; t.forward(i*0.8)</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-13 07:19:09 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552736995</guid>
      </item>
      <item>
         <title>꽃 같이 생긴거</title>
         <author>202321034</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552737305</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br><br><br><br>t.speed(0)<br>for i in range(100):<br>&nbsp; &nbsp; t.forward(3*i)<br><br>&nbsp; &nbsp; t.forward(3*i)<br>&nbsp; &nbsp; t.left(30)<br>&nbsp; &nbsp; t.forward(2*i)<br>&nbsp; &nbsp; t.left(60)<br>&nbsp; &nbsp; t.forward(3*i)<br>&nbsp; &nbsp; t.left(80)<br>&nbsp; &nbsp; t.forward(2*i)<br>&nbsp; &nbsp; t.left(91)<br>&nbsp; &nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-13 07:19:28 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552737305</guid>
      </item>
      <item>
         <title>선풍기</title>
         <author>202321055</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552740080</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br>t.color("pink")<br>t.speed(0)<br>for i in range(130):<br>&nbsp; &nbsp; t.circle(i*2)<br>&nbsp; &nbsp; t.left(91)<br>&nbsp; &nbsp;&nbsp;<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-13 07:22:13 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552740080</guid>
      </item>
      <item>
         <title>2109 송성현</title>
         <author>202321094</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552740163</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br><br>t.speed(0)<br>for i in range(88):<br>&nbsp; &nbsp; &nbsp; t.forward(i)<br>&nbsp; &nbsp; &nbsp; t.right(90)<br><br><br>for i in range(88):<br>&nbsp; &nbsp; &nbsp; t.backward(i)<br>&nbsp; &nbsp; &nbsp; t.left(90)</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-13 07:22:19 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552740163</guid>
      </item>
      <item>
         <title>2119조준형</title>
         <author>202321195</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552741463</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br>t.speed(0)<br><br>for i in range(100):<br>&nbsp; &nbsp; t.forward(150)<br>&nbsp; &nbsp; t.right(20)<br>&nbsp; &nbsp; t.forward(5)<br>&nbsp; &nbsp; t.right(20)<br>&nbsp; &nbsp; t.forward(5)<br>&nbsp; &nbsp; t.right(20)<br>&nbsp; &nbsp; t.forward(5)<br>&nbsp; &nbsp; t.right(20)<br>&nbsp; &nbsp; t.forward(5)<br>&nbsp; &nbsp; t.right(10)<br>&nbsp; &nbsp; t.forward(300)<br>&nbsp; &nbsp; t.right(20)<br>&nbsp; &nbsp; t.forward(5)<br>&nbsp; &nbsp; t.right(20)<br>&nbsp; &nbsp; t.forward(5)<br>&nbsp; &nbsp; t.right(20)<br>&nbsp; &nbsp; t.forward(5)<br>&nbsp; &nbsp; t.right(20)<br>&nbsp; &nbsp; t.forward(5)<br>&nbsp; &nbsp; t.right(60)<br>&nbsp; &nbsp; t.forward(20)<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-13 07:23:41 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552741463</guid>
      </item>
      <item>
         <title>탱크</title>
         <author>202321153</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552741697</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br><br>t.speed(9)<br>t.forward(200)<br>t.circle(50)<br>t.backward(100)<br>t.circle(50)<br>t.backward(100)<br>t.circle(50)<br>t.backward(100)<br>t.circle(50)<br>t.circle(50,180)<br>t.backward(300)<br>t.right(90)<br>t.forward(30)<br>t.left(90)<br>t.forward(300)<br>t.left(90)<br>t.forward(30)<br>t.backward(30)<br>t.right(90)<br>t.backward(40)<br>t.right(90)<br>t.forward(100)<br>t.right(90)<br>t.forward(220)<br>t.right(90)<br>t.forward(100)<br>t.backward(50)<br>t.left(90)<br>t.forward(150)<br>t.left(90)<br>t.forward(20)<br>t.left(90)<br>t.forward(150)<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-13 07:23:55 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552741697</guid>
      </item>
      <item>
         <title>2104 김웅식 </title>
         <author>202325044</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552741986</link>
         <description><![CDATA[<div>제목:포기<br><br>import turtle as t<br>t.shape("turtle")<br><br>t.color("green")<br><br>t.speed(0)<br><br>t.begin_fill()<br><br>t.left(150)<br>t.forward(100)<br>t.right(40)<br>t.forward(50)<br>t.right(10)<br>t.forward(150)<br>t.left(30)<br>t.forward(20)<br>t.left(45)<br>t.forward(30)<br>t.left(20)<br>t.forward(20)<br>t.left(20)<br>t.forward(20)<br>t.left(45)<br>t.forward(15)<br>t.left(90)<br>t.forward(45)<br>t.right(140)<br>t.forward(30)<br>t.left(90)<br>t.forward(10)<br>t.left(80)<br>t.forward(30)<br>t.right(105)<br>t.forward(150)<br>t.right(5)<br>t.forward(80)<br>t.right(40)<br>t.forward(40)<br>t.left(40)<br>t.forward(100)<br>t.left(90)<br>t.forward(30)<br>t.left(90)<br>t.forward(90)<br>t.right(45)<br>t.forward(30)<br><br>t.end_fill()<br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-13 07:24:06 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552741986</guid>
      </item>
      <item>
         <title>차가운 추상</title>
         <author>202321184</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552743512</link>
         <description><![CDATA[<div><br>import turtle as t<br>t.shape("turtle")<br><br>t.color("green")<br><br>t.speed(0)<br><br>t.begin_fill()<br><br>t.left(150)<br>t.forward(100)<br>t.right(40)<br>t.forward(50)<br>t.right(10)<br>t.forward(150)<br>t.left(30)<br>t.forward(20)<br>t.left(45)<br>t.forward(30)<br>t.left(20)<br>t.forward(20)<br>t.left(20)<br>t.forward(20)<br>t.left(45)<br>t.forward(15)<br>t.left(90)<br>t.forward(45)<br>t.right(140)<br>t.forward(30)<br>t.left(90)<br>t.forward(10)<br>t.left(80)<br>t.forward(30)<br>t.right(105)<br>t.forward(150)<br>t.right(5)<br>t.forward(80)<br>t.right(40)<br>t.forward(40)<br>t.left(40)<br>t.forward(100)<br>t.left(90)<br>t.forward(30)<br>t.left(90)<br>t.forward(90)<br>t.right(45)<br>t.forward(30)<br><br>t.end_fill()</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-13 07:25:31 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552743512</guid>
      </item>
      <item>
         <title>무지성</title>
         <author>202321173</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552745615</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br>t.speed(0)<br>for i in range(500):<br>&nbsp; &nbsp; for i in range(15):<br>&nbsp; &nbsp; &nbsp; &nbsp; t.forward(100)<br>&nbsp; &nbsp; &nbsp; &nbsp; t.right(30)<br>&nbsp; &nbsp; &nbsp; &nbsp; t.forward(100)<br>&nbsp; &nbsp; &nbsp; &nbsp; t.right(30)<br>&nbsp; &nbsp; &nbsp; &nbsp; t.left(1*i)<br>&nbsp; &nbsp; for i in range(15):<br>&nbsp; &nbsp; &nbsp; &nbsp; t.forward(100)<br>&nbsp; &nbsp; &nbsp; &nbsp; t.right(30)<br>&nbsp; &nbsp; &nbsp; &nbsp; t.forward(100)<br>&nbsp; &nbsp; &nbsp; &nbsp; t.right(30)<br>&nbsp; &nbsp; &nbsp; &nbsp; t.right(1*i)<br>&nbsp; &nbsp; for i in range(15):<br>&nbsp; &nbsp; &nbsp; &nbsp; t.forward(100)<br>&nbsp; &nbsp; &nbsp; &nbsp; t.right(30)<br>&nbsp; &nbsp; &nbsp; &nbsp; t.forward(100)<br>&nbsp; &nbsp; &nbsp; &nbsp; t.right(30)<br>&nbsp; &nbsp; &nbsp; &nbsp; t.left(1*i)</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-13 07:27:25 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552745615</guid>
      </item>
      <item>
         <title>장미돔 </title>
         <author>202321133</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552746688</link>
         <description><![CDATA[<div>import turtle as t<br><br>t.shape("turtle")<br><br>t.speed(0)<br>for i in range(400):<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; t.forward(2*i)<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; t.left(100)</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-13 07:28:27 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552746688</guid>
      </item>
      <item>
         <title>팝스타-망</title>
         <author>202321145</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552747828</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br><br>t.color("brown")<br>t.speed(0)<br>for i in range(100):<br>&nbsp; &nbsp; t.forward(2*i)<br>&nbsp; &nbsp; t.left(160)<br>&nbsp; &nbsp;&nbsp;<br>t.color("purple")<br>t.speed(0)<br>for i in range(100):<br>&nbsp; &nbsp; t.forward(2*i)<br>&nbsp; &nbsp; t.left(160)<br><br>t.color("yellow")<br>t.speed(0)<br>t.goto(40,50)<br>for i in range(100):<br>&nbsp; &nbsp; t.forward(2*i)<br>&nbsp; &nbsp; t.left(160)<br><br>t.color("green")<br>t.speed(0)<br>for i in range(50):<br>&nbsp; &nbsp; t.forward(2*i)<br>&nbsp; &nbsp; t.left(160)</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-13 07:29:21 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552747828</guid>
      </item>
      <item>
         <title>다각형</title>
         <author>202321116</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552747894</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br>for i in range(12):<br>&nbsp; &nbsp; t.forward(50)<br>&nbsp; &nbsp; t.left(30)<br>&nbsp; &nbsp; t.right(30)<br>&nbsp; &nbsp; t.forward(20)<br>&nbsp; &nbsp; t.left(30)<br>&nbsp;for i in range(10)<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-13 07:29:26 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552747894</guid>
      </item>
      <item>
         <title>막대사탕</title>
         <author>202321024</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552748640</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br><br><br>t.speed(0)<br>for i in range(55):<br>&nbsp; &nbsp; t.forward(2*i)<br>&nbsp; &nbsp; t.left(20)<br>for i in range(53): &nbsp;<br>&nbsp; &nbsp; t.forward(105)<br>&nbsp; &nbsp; t.left(20)<br>t.forward(50)<br>t.right(90)<br>t.forward(500)<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-13 07:30:00 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552748640</guid>
      </item>
      <item>
         <title>차가운 추상(예시)</title>
         <author>202321184</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552749343</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br><br>t.color("red")<br>t.begin_fill()<br>for i in range(4):<br>&nbsp; &nbsp; t.forward(400)<br>&nbsp; &nbsp; t.left(90)<br>t.end_fill()<br><br>t.left(-90)<br>t.color("blue")<br>for i in range(4):<br>&nbsp; &nbsp; t.forward(100)<br>&nbsp; &nbsp; t.left(-90)<br>t.end_fill()<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-13 07:30:45 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2552749343</guid>
      </item>
      <item>
         <title>암모나이트</title>
         <author>202322035</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553822235</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br><br>t.color("gray")<br>t.speed(0)<br>for i in range(225):<br>&nbsp; &nbsp; t.circle(i*0.5)<br>&nbsp; &nbsp; t.left(5)<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-14 00:23:27 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553822235</guid>
      </item>
      <item>
         <title>코딱지</title>
         <author>202322082</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553823803</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br><br>t.color("yellow")<br>t.begin_fill()<br>for i in range(24):<br>&nbsp; &nbsp; t.forward(20)<br>&nbsp; &nbsp; t.left(15)<br>t.end_fill()<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-14 00:24:55 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553823803</guid>
      </item>
      <item>
         <title></title>
         <author>202322082</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553827381</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://garticphone.com/ko/?c=00a1897410" />
         <pubDate>2023-04-14 00:28:03 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553827381</guid>
      </item>
      <item>
         <title>입체감</title>
         <author>202322124</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553829872</link>
         <description><![CDATA[<div>import turtle as t &nbsp;<br>t.shape("turtle")<br>t.speed(0)<br><br>for i in range(3338):&nbsp; &nbsp;&nbsp;<br>&nbsp; &nbsp; t.forward(i*4)<br>&nbsp; &nbsp; t.left(17)<br>&nbsp; &nbsp; t.forward(30)<br>&nbsp; &nbsp; t.right(81)<br>&nbsp; &nbsp; t.forward(50)<br>&nbsp; &nbsp; t.left(18)<br>&nbsp; &nbsp; t.forward(20)<br>&nbsp; &nbsp; t.right(44)<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-14 00:30:07 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553829872</guid>
      </item>
      <item>
         <title>표창</title>
         <author>202322073</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553831901</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br><br>t.speed(0)<br>for i in range(100):<br>&nbsp; &nbsp; t.forward(i+20)<br>&nbsp; &nbsp; t.right(90)<br>&nbsp; &nbsp; t.forward(i+20)<br>&nbsp; &nbsp; t.left(180)<br>&nbsp; &nbsp; t.forward(i+20)<br>&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-14 00:31:43 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553831901</guid>
      </item>
      <item>
         <title>꽃</title>
         <author>202322133</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553832180</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br><br>for i in range(154):<br>&nbsp; &nbsp; &nbsp; &nbsp; t.speed(0)<br>&nbsp; &nbsp; &nbsp; &nbsp; t.forward(i*3)<br>&nbsp; &nbsp; &nbsp; &nbsp; t.left(110)<br>&nbsp; &nbsp; &nbsp; &nbsp; t.color("red")</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-14 00:31:58 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553832180</guid>
      </item>
      <item>
         <title>톱날</title>
         <author>202322203</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553833692</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br><br>t.speed(100)<br>for i in range(120):<br>&nbsp; &nbsp; t.forward(i*2)<br>&nbsp; &nbsp; t.left(520)<br>&nbsp; &nbsp; t.forward(i*2)<br>&nbsp; &nbsp; t.right(340)<br>&nbsp; &nbsp; t.forward(i*2)<br>&nbsp; &nbsp; t.left(720)<br>&nbsp; &nbsp; t.forward(200)<br>&nbsp; &nbsp; t.right(54)<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-14 00:33:13 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553833692</guid>
      </item>
      <item>
         <title>원</title>
         <author>202322014</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553835205</link>
         <description><![CDATA[<div>import turtle as t<br><br>t.shape('turtle')<br><br>t.speed(10)<br><br><br><br>for i in range(30):<br>&nbsp; &nbsp; t.forward(90)<br>&nbsp; &nbsp; t.right(75)<br>for i in range(30):<br>&nbsp; &nbsp; t.forward(150)<br>&nbsp; &nbsp; t.right(75)<br>for i in range(30):<br>&nbsp; &nbsp; t.forward(200)<br>&nbsp; &nbsp; t.right(75)<br>for i in range(30):<br>&nbsp; &nbsp; t.forward(200)<br>&nbsp; &nbsp; t.right(75)<br>for i in range(30):<br>&nbsp; &nbsp; t.forward(300)<br>&nbsp; &nbsp; t.right(75)<br>for i in range(30):<br>&nbsp; &nbsp; t.forward(350)<br>&nbsp; &nbsp; t.right(75)</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-14 00:34:24 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553835205</guid>
      </item>
      <item>
         <title>왕관</title>
         <author>202322114</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553835325</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br><br>t.color("yellow")<br><br><br><br>t.forward(100)<br>t.left(70)<br>t.forward(75)<br>t.left(140)<br>t.forward(100)<br>t.right(70)<br>t.forward(75)<br>t.left(75)<br>t.forward(70)<br>t.right(70)<br>t.forward(75)<br>t.left(130)<br>t.forward(70)<br>t.left(85)<br>t.forward(140)<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-14 00:34:30 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553835325</guid>
      </item>
      <item>
         <title>별</title>
         <author>202322161</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553835552</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br>t.speed(0)<br>for i in range(38):&nbsp; &nbsp;&nbsp;<br>&nbsp; &nbsp; t.forward(i*40)<br>&nbsp; &nbsp; t.left(170)</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-14 00:34:42 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553835552</guid>
      </item>
      <item>
         <title>보름달</title>
         <author>202322052</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553836806</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br>t.color("yellow")<br>t.begin_fill()<br>t.left(90)<br>t.circle(200)<br>t.end_fill()<br>t.circle(150)<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-14 00:35:48 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553836806</guid>
      </item>
      <item>
         <title>삼각형</title>
         <author>202322152</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553840293</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape ("turtle")<br><br>for i in range(100):<br>&nbsp; &nbsp; &nbsp; &nbsp; t.speed(0)<br>&nbsp; &nbsp; &nbsp; &nbsp; t.forward(i*5)<br>&nbsp; &nbsp; &nbsp; &nbsp; t.left(25)<br>&nbsp; &nbsp; &nbsp; &nbsp; t.right(90)<br>&nbsp; &nbsp; &nbsp; &nbsp; t.left(25)<br>&nbsp; &nbsp; &nbsp; &nbsp; t.right(90)<br>&nbsp; &nbsp; &nbsp; &nbsp; t.color("green")</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-14 00:38:35 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553840293</guid>
      </item>
      <item>
         <title>모자쓴 쉐에에키</title>
         <author>202322183</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553842175</link>
         <description><![CDATA[<div>mport turtle as t<br>t.shape("turtle")<br>t.speed(0)<br><br>t.color("red")<br>t.begin_fill()<br>t.forward(200)<br>t.right(90)<br>t.forward(50)<br>t.left(90)<br>t.forward(100)<br>t.right(90)<br>t.forward(50)<br>t.right(90)<br>t.forward(400)<br>t.right(90)<br>t.forward(50)<br>t.right(90)<br>t.forward(25)<br>t.left(90)<br>t.forward(50)<br>t.right(90)<br>t.forward(150)<br>t.end_fill()<br>t.goto(-100,-100)<br>t.color("orange")<br>t.begin_fill()<br>t.forward(450)<br>t.right(90)<br>t.forward(300)<br>t.right(90)<br>t.forward(500)<br>t.right(90)<br>t.forward(300)<br>t.right(90)<br>t.forward(100)<br>t.end_fill()<br>t.goto(-100,-200)<br>t.color("black")<br>t.begin_fill()<br>for i in range(4):<br>&nbsp; &nbsp; t.forward(100)<br>&nbsp; &nbsp; t.right(90)<br>t.end_fill()<br>t.goto(100,-200)<br>t.color("black")<br>t.begin_fill()<br>for i in range(4):<br>&nbsp; &nbsp; t.forward(100)<br>&nbsp; &nbsp; t.right(90)<br>t.end_fill()</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-14 00:40:01 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553842175</guid>
      </item>
      <item>
         <title>대포</title>
         <author>202322022</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553842911</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br><br>t.begin_fill()<br>t.forward(250)<br>t.left(90)<br>t.forward(100)<br>t.left(90)<br>t.forward(280)<br>t.circle(100)<br>t.end_fill()<br>t.right (180)<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-14 00:40:35 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553842911</guid>
      </item>
      <item>
         <title>도형 막 붙힌거</title>
         <author>202322041</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553843188</link>
         <description><![CDATA[<div>import turtle as t<br>t. shape( "turtle" )<br>for i in range(3):<br>&nbsp; &nbsp; t. forward(70)<br>&nbsp; &nbsp; t. left(120)<br>t. color("purple")<br>t. goto(0,70)<br>for i in range(6):<br>&nbsp; &nbsp; t. forward(70)<br>&nbsp; &nbsp; t. right(60)<br>t. color("red")<br>for i in range(2):<br>&nbsp; &nbsp; t. forward(70)<br>&nbsp; &nbsp; t. right(90)<br>t. color("blue")<br>for i in range(12):<br>&nbsp; &nbsp; t. forward(70)<br>&nbsp; &nbsp; t. right(30)<br>t. color("yellow")<br>for i in range(12):<br>&nbsp; &nbsp; t. forward(50)<br>&nbsp; &nbsp; t. left(30)</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-14 00:40:48 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553843188</guid>
      </item>
      <item>
         <title>NJ</title>
         <author>202322104</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553843798</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br><br>t.left(90)<br>t.forward(200)<br>t.left(210)<br>t.forward(230)<br>t.left(150)<br>t.forward(200)<br>t.left(270)<br>t.forward(150)<br>t.left(180)<br>t.forward(75)<br>t.left(90)<br>t.forward(165)<br>t.left(180)<br>t.forward(165)<br>t.left(90)<br>t.forward()</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-14 00:41:18 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553843798</guid>
      </item>
      <item>
         <title>오각형2개</title>
         <author>202324183</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553965838</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br><br>t.speed(0)<br>for i in range(140):<br>&nbsp; &nbsp; t.forward(i*2)<br>&nbsp; &nbsp; t.left(80)<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-14 02:23:24 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553965838</guid>
      </item>
      <item>
         <title>표창</title>
         <author>202324103</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553965863</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br><br><br><br><br>t.speed(100)<br>for i in range(50):<br>&nbsp; &nbsp; t.forward(100)<br>&nbsp; &nbsp; t.left(40)<br><br>&nbsp; &nbsp; t.back(i*10)<br>&nbsp; &nbsp; t.forward(20)<br><br>&nbsp; &nbsp; t.left(200)<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-14 02:23:26 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553965863</guid>
      </item>
      <item>
         <title>와!</title>
         <author>202324114</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553967502</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br><br>t.speed(0)<br>for i in range(1000000000):<br>&nbsp; &nbsp; t.circle(i*3)<br>&nbsp; &nbsp; t.left(3)<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-14 02:24:51 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553967502</guid>
      </item>
      <item>
         <title>전자의 확률분포</title>
         <author>202324143</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553968486</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br>t.color("skyblue")<br>t.begin_fill()<br>t.speed('fastest')<br><br>for i in range(30000):<br>&nbsp; &nbsp; t.forward(i*10)<br>&nbsp; &nbsp; t.right(1)<br>&nbsp; &nbsp; t.goto(1,1)<br>&nbsp; &nbsp; t.forward(i)<br>&nbsp; &nbsp; t.right(1)<br>&nbsp; &nbsp;&nbsp;<br>&nbsp; &nbsp;&nbsp;<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-14 02:25:37 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553968486</guid>
      </item>
      <item>
         <title>가위</title>
         <author>202324071</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553969716</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br><br><br><br>t.speed(5)<br><br>t.circle(30)<br>t.right(15)&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<br>t.forward(180)<br>t.left(180)<br>t.forward(90)<br>t.right(90)<br>t.right(60)<br>t.forward(90)<br>t.left(180)<br>t.forward(180)<br>t.circle(30)<br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-14 02:26:36 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553969716</guid>
      </item>
      <item>
         <title>동그라미동그라미동그라미동그라미</title>
         <author>202324153</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553969938</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape('turtle')<br>t.speed(0)&nbsp;<br>for i in range(30):<br>&nbsp; &nbsp; t.circle(100)<br>&nbsp; &nbsp; t.right(12)<br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-14 02:26:48 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553969938</guid>
      </item>
      <item>
         <title>성게</title>
         <author>202324122</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553973293</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br><br>t.speed(100)<br>for i in range(500):<br>&nbsp; &nbsp; t.forward(i*1)<br>&nbsp; &nbsp; t.left(89*10)<br>&nbsp; &nbsp;&nbsp;<br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-14 02:29:43 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553973293</guid>
      </item>
      <item>
         <title>화려한 눈아픔</title>
         <author>202324162</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553973788</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br><br>t.speed("fastest")<br>t.color("blue")<br>for i in range(100000000000000000000):<br>&nbsp; &nbsp; t.forward(i)<br>&nbsp; &nbsp; t.right(90.1)<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-14 02:30:11 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553973788</guid>
      </item>
      <item>
         <title>사람</title>
         <author>20232404</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553976405</link>
         <description><![CDATA[<div>import turtle as t<br>t. shape("turtle")<br><br>t.circle(40)<br>t.left(270)<br>t. forward(50)<br><br>t.left(60)&nbsp; &nbsp;<br>t. forward(50)&nbsp; &nbsp;&nbsp;<br>t. forward(-50)<br><br>t.left(-120)&nbsp;<br>&nbsp;<br>t. forward(50)&nbsp; &nbsp;&nbsp;<br>t. forward(-50)<br><br>t.left(60)<br>t. forward(70)<br><br>t.left(60)&nbsp; &nbsp;<br>t. forward(50)&nbsp; &nbsp;&nbsp;<br>t. forward(-50)<br><br>t.left(-120)&nbsp;<br>&nbsp;<br>t. forward(50)&nbsp; &nbsp;&nbsp;<br>t. forward(-50)<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-14 02:32:31 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553976405</guid>
      </item>
      <item>
         <title>크리퍼(마인크레프트)</title>
         <author>202324052</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553976655</link>
         <description><![CDATA[<div>import turtle as t<br><br>t. shape("turtle")<br><br><br><br>t.speed(100)<br><br>t.forward(50)<br>t.left(90)<br>t.forward(50)<br>t.left(90)<br>t.forward(50)<br>t.left(90)<br>t.forward(50)<br>t.left(90)<br>t.forward(50)<br>t.color("white")<br>t.forward(100)<br>t.color("black")<br>t.forward(50)<br>t.left(90)<br>t.forward(50)<br>t.left(90)<br>t.forward(50)<br>t.left(90)<br>t.forward(50)<br>t.left(90)<br>t.right(90)<br>t.color("white")<br>t.forward(100)<br>t.color("black")<br>t.left(90)<br>t.forward(50)<br>t.right(90)<br>t.forward(100)<br>t.right(90)<br>t.forward(50)<br>t.right(90)<br>t.forward(50)<br>t.left(90)<br>t.forward(100)<br>t.left(90)<br>t.forward(50)<br>t.right(90)<br>t.forward(50)<br>t.right(90)<br>t.forward(100)<br>t.right(90)<br>t.forward(50)<br>t.left(90)<br>t.forward(30)<br>t.right(90)<br>t.forward(100)<br>t.right(90)<br>t.forward(30)<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-14 02:32:45 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553976655</guid>
      </item>
      <item>
         <title>꽃</title>
         <author>202324173</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553980615</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br><br>t.speed(0)<br><br>for i in range(200):<br>&nbsp; &nbsp; t.forward(i*3)<br>&nbsp; &nbsp; t.left(100)<br>&nbsp; &nbsp; t.circle(100)<br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-14 02:35:51 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553980615</guid>
      </item>
      <item>
         <title>농장 노지 양식</title>
         <author>202324131</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553982840</link>
         <description><![CDATA[<div>import turtle as q<br>q.shape("turtle")<br><br><br>q.speed(10)<br><br>for i in range(2):&nbsp;<br>&nbsp; &nbsp; q.left(90)<br>&nbsp; &nbsp; q.forward(400)<br>&nbsp; &nbsp; q.left(90)<br>&nbsp; &nbsp; q.forward(100)<br>&nbsp; &nbsp;&nbsp;<br>for i in range(2):<br>&nbsp; &nbsp; q.forward(100)<br>&nbsp; &nbsp; q.left(90)<br>&nbsp; &nbsp; q.forward(400)<br>&nbsp; &nbsp; q.left(90)<br><br>q.forward(200)<br>q.left(90)<br>q.forward(00)<br>q.left(90)<br>q.forward(100)</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-14 02:37:52 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553982840</guid>
      </item>
      <item>
         <title>어니언링 3조각</title>
         <author>202324093</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553983199</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br>t.speed(0)<br>for i in range(120):<br>&nbsp; &nbsp; t.forward(5)<br>&nbsp; &nbsp; t.circle (30)<br>&nbsp; &nbsp; t.right (5)<br>t.up()<br>t.goto(-150,150)<br>t.down()<br>for i in range(120):<br>&nbsp; &nbsp; t.forward(5)<br>&nbsp; &nbsp; t.circle (30)<br>&nbsp; &nbsp; t.right (5)<br>&nbsp; &nbsp; t.up<br>t.up()<br>t.goto(150,150)<br>t.down()<br>for i in range(120):<br>&nbsp; &nbsp; t.forward(5)<br>&nbsp; &nbsp; t.circle (30)<br>&nbsp; &nbsp; t.right (5)&nbsp; &nbsp;&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-14 02:38:15 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553983199</guid>
      </item>
      <item>
         <title>거북이의 방황</title>
         <author>202324203</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553983365</link>
         <description><![CDATA[<div>import turtle as t<br>import random<br><br>t.shape('turtle')<br><br>for i in range(30):<br>&nbsp; &nbsp; d= random.randint(-70,70)<br>&nbsp; &nbsp; a= random.randint(-170,170)<br>&nbsp; &nbsp; t.forward(d)<br>&nbsp; &nbsp; t.left(a)<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-14 02:38:25 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553983365</guid>
      </item>
      <item>
         <title>야릇한 쿼크 (30초동안 봐야됨)</title>
         <author>202324024</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553984246</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br>t.speed(0)<br>for i in range(100000):<br>&nbsp; &nbsp; &nbsp; &nbsp; t.forward(i*10)<br>&nbsp; &nbsp; &nbsp; &nbsp; t.left(179)<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-14 02:39:17 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553984246</guid>
      </item>
      <item>
         <title>최면</title>
         <author>202324063</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553984304</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br><br><br>t.speed(0)<br><br>for i in range(10000):<br>&nbsp; &nbsp; t.circle(i*1,10)</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-14 02:39:21 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553984304</guid>
      </item>
      <item>
         <title>이세계로 통하는 문</title>
         <author>202324082</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553984359</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br><br>t.speed(0)<br>for i in range(1000):<br><br>&nbsp; &nbsp; t.circle(i*3)<br>&nbsp; &nbsp; t.left(150)<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-14 02:39:23 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553984359</guid>
      </item>
      <item>
         <title>universe</title>
         <author>202324034</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553986839</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br><br>t.speed(0)<br>for i in range(450):<br>&nbsp; &nbsp; t.forward(10*i)<br>&nbsp; &nbsp; t.right(179)<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-14 02:41:32 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2553986839</guid>
      </item>
      <item>
         <title>wad</title>
         <author>202325123</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2554035283</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br><br>t.speed(1)<br><br>a= input()<br><br>while True:<br>&nbsp; &nbsp; a= input()<br>&nbsp; &nbsp; if (a==("w")):<br>&nbsp; &nbsp; &nbsp; &nbsp; t.forward(100)<br>&nbsp; &nbsp; elif (a==("a")):<br>&nbsp; &nbsp; &nbsp; &nbsp; t.left(90)<br>&nbsp; &nbsp; elif (a==("d")):<br>&nbsp; &nbsp; &nbsp; &nbsp; t.right(90)<br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-14 03:21:16 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2554035283</guid>
      </item>
      <item>
         <title>네잎클로버</title>
         <author>202325011</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2554038669</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br><br>t.color("green")<br>t.speed(0)<br>for i in range(200):<br>&nbsp; &nbsp; t.circle(i*4)<br><br>t.color("green")<br>t.speed(0)<br>t. left(90)<br>for i in range(200):<br>&nbsp; &nbsp; t.circle(i*4)<br><br>t.color("green")<br>t.speed(0)<br>t. left(90)<br>for i in range(200):<br>&nbsp; &nbsp; t.circle(i*4)<br><br>t.color("green")<br>t.speed(0)<br>t. left(90)<br>for i in range(200):<br>&nbsp; &nbsp; t.circle(i*4)<br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-14 03:24:23 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2554038669</guid>
      </item>
      <item>
         <title>나선슈리켄</title>
         <author>202325022</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2554040588</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br>t.speed(0)<br>t.color("blue")<br>for i in range(75):<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; t.forward(i*1)<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; t.left(70)<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; t.circle(5)<br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-14 03:26:05 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2554040588</guid>
      </item>
      <item>
         <title>피라미드 갯수는?</title>
         <author>202325113</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2554042150</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br>t.speed(0)<br>for i in range(50):<br>&nbsp; &nbsp; &nbsp; &nbsp; t.forward(i*9)<br>&nbsp; &nbsp; &nbsp; &nbsp; t.left(120)<br>&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<br>for i in range(50):<br>&nbsp; &nbsp; &nbsp; &nbsp; t.forward(i*10)<br>&nbsp; &nbsp; &nbsp; &nbsp; t.left(120)<br><br>&nbsp; &nbsp; &nbsp; &nbsp; for i in range(50):<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; t.forward(i*11)<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; t.left(120)<br><br>&nbsp; &nbsp; &nbsp; &nbsp; for i in range(50):<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; t.forward(i*12)<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; t.left(120)<br><br>&nbsp; &nbsp; &nbsp; &nbsp; for i in range(50):<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; t.forward(i*13)<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; t.left(120)<br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-14 03:27:41 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2554042150</guid>
      </item>
      <item>
         <title></title>
         <author>202325032</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2554044116</link>
         <description><![CDATA[<div>import turtle as t<br>t. shape("turtle")<br><br>import random<br>t.speed(0)<br>t.color("skyblue")<br>for i in range(10000000):<br>&nbsp; &nbsp; t.forward(1*i)<br>&nbsp; &nbsp; t.left(50)<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-14 03:29:39 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2554044116</guid>
      </item>
      <item>
         <title>파란나비새기</title>
         <author>202325162</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2554044635</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br>t.speed(90)<br>t.color("blue")<br>for i in range(10000):<br>&nbsp; &nbsp; &nbsp; &nbsp; t.circle(i*1)<br>&nbsp; &nbsp; &nbsp; &nbsp; t.left(90)<br>&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-14 03:30:10 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2554044635</guid>
      </item>
      <item>
         <title>멋진 원</title>
         <author>202325104</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2554046281</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br>n = 50<br>t.color("blue")<br>t.speed(0)<br>for x in range(n):<br>&nbsp; &nbsp; t.circle(80)<br>&nbsp; &nbsp; t.lt(360/n)<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-14 03:31:40 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2554046281</guid>
      </item>
      <item>
         <title>눈</title>
         <author>20232509</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2554046918</link>
         <description><![CDATA[<div>import turtle as t<br><br>&nbsp;<br>n = 60<br>t.shape('turtle')<br>t.speed('fastest') &nbsp;<br>for i in range(n):<br>&nbsp; &nbsp; t.circle(120)&nbsp; &nbsp; &nbsp; &nbsp;<br>&nbsp; &nbsp; t.right(360 / n)<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-14 03:32:18 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2554046918</guid>
      </item>
      <item>
         <title>세모</title>
         <author>202325083</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2554046997</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br>t.speed(0)<br>t.color("blue")<br>for I in range(25):<br>&nbsp; &nbsp; &nbsp; &nbsp; t.forward(I*1)<br>&nbsp; &nbsp; &nbsp; &nbsp; t.left(2)<br>&nbsp; &nbsp; &nbsp; &nbsp; t.forward(I*1)<br>&nbsp; &nbsp; &nbsp; &nbsp; t.left(300)<br>&nbsp; &nbsp; &nbsp; &nbsp; t.left(300)<br>&nbsp; &nbsp; &nbsp; &nbsp; t.forward(I*1)<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-14 03:32:23 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2554046997</guid>
      </item>
      <item>
         <title>포도 같은거(좀더 해서 보내겠습니다.)</title>
         <author>202325202</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2554048364</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br><br>t.speed(0)<br>for i in range(5):<br>&nbsp; &nbsp; for i in range(10):<br>&nbsp; &nbsp; &nbsp; &nbsp; t.forward(5)<br>&nbsp; &nbsp; &nbsp; &nbsp; t.left(29)<br>&nbsp; &nbsp; for x in range(10):<br>&nbsp; &nbsp; &nbsp; &nbsp; t.forward(5)<br>&nbsp; &nbsp; &nbsp; &nbsp; t.right(29)<br>&nbsp; &nbsp; for i in range(10):<br>&nbsp; &nbsp; &nbsp; &nbsp; t.forward(5)<br>&nbsp; &nbsp; &nbsp; &nbsp; t.left(29)<br>&nbsp; &nbsp; for x in range(10):<br>&nbsp; &nbsp; &nbsp; &nbsp; t.forward(5)<br>&nbsp; &nbsp; &nbsp; &nbsp; t.right(29)<br>&nbsp; &nbsp; for i in range(10):<br>&nbsp; &nbsp; &nbsp; &nbsp; t.forward(5)<br>&nbsp; &nbsp; &nbsp; &nbsp; t.left(29)<br>for i in range(5):<br>&nbsp; &nbsp; for x in range(10):<br>&nbsp; &nbsp; &nbsp; &nbsp; t.forward(5)<br>&nbsp; &nbsp; &nbsp; &nbsp; t.right(29)<br>&nbsp; &nbsp; for i in range(10):<br>&nbsp; &nbsp; &nbsp; &nbsp; t.forward(5)<br>&nbsp; &nbsp; &nbsp; &nbsp; t.right(29)<br>&nbsp; &nbsp; for x in range(10):<br>&nbsp; &nbsp; &nbsp; &nbsp; t.forward(5)<br>&nbsp; &nbsp; &nbsp; &nbsp; t.right(29)<br>&nbsp; &nbsp; for i in range(10):<br>&nbsp; &nbsp; &nbsp; &nbsp; t.forward(5)<br>&nbsp; &nbsp; &nbsp; &nbsp; t.left(29)<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-14 03:33:46 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2554048364</guid>
      </item>
      <item>
         <title>눈하나 남음 꽃게</title>
         <author>202325053</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2554048526</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br><br><br><br>for i in range(2):<br>&nbsp; &nbsp; t.forward(150)<br>&nbsp; &nbsp; t.right(90)<br>&nbsp; &nbsp; t.forward(100)<br>&nbsp; &nbsp; t.right(90)<br>t.forward(30)<br>t.left(90)<br>t.forward(50)<br>t.left(90)<br>t.forward(15)<br>t.right(90)<br>t.forward(30)<br>t.right(90)<br>t.forward(30)<br>t.right(90)<br>t.forward(30)<br>t.right(90)<br>t.forward(15)</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-14 03:33:58 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2554048526</guid>
      </item>
      <item>
         <title>2514이재준</title>
         <author>202325143</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2554048996</link>
         <description><![CDATA[<div>삼성폰<br><br>import turtle as t<br>t.shape("turtle")<br><br><br>t.speed(0)<br>t.forward(125)<br>t.left(90)<br>t.forward(250)<br>t.left(90)<br>t.forward(125)<br>t.left(90)<br>t.forward(250)<br>t.left(180)<br>t.forward(210)<br>t.right(90)<br><br>t.forward(10)<br>t.left(90)<br>t.forward(35)<br>t.right(90)<br>t.forward(40)<br>t.right(90)<br>t.forward(70)<br>t.right(90)<br>t.forward(40)<br>t.right(90)<br>t.forward(50)<br><br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-14 03:34:30 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2554048996</guid>
      </item>
      <item>
         <title>안경</title>
         <author>202325132</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2554049305</link>
         <description><![CDATA[<div>import turtle as niga<br>niga.shape("turtle")<br><br>niga.speed(0)<br>for i in range(2):<br>&nbsp; &nbsp; niga.forward(100)<br>&nbsp; &nbsp; niga.right(90)<br>&nbsp; &nbsp; niga.forward(60)<br>&nbsp; &nbsp; niga.right(90)<br>niga.forward(-200)<br>for i in range(2):<br>&nbsp; &nbsp; niga.forward(100)<br>&nbsp; &nbsp; niga.right(90)<br>&nbsp; &nbsp; niga.forward(60)<br>&nbsp; &nbsp; niga.right(90)<br>niga.left(45)<br>niga.forward(200)<br>niga.right(45)<br>niga.forward(50)<br>niga.forward(-50)<br>niga.right(-45)<br>niga.forward(-200)<br>niga.left(-45)<br>niga.forward(300)<br>niga.left(85)<br>niga.forward(130)<br>niga.right(95)<br>niga.forward(50)</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-14 03:34:49 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2554049305</guid>
      </item>
      <item>
         <title>김재</title>
         <author>202325044</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2554049376</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br><br>t.speed(0)<br>t.forward(50)<br>t.right(90)<br>t.forward(50)<br><br>t.color("white")<br>t.left(90)<br>t.forward(50)<br><br>t.color("black")<br>t.left(90)<br>t.forward(50)<br><br>t.left(180)<br>t.forward(50)<br>t.color("white")<br><br>t.forward(50)<br>t.color("black")<br><br>for i in range(4):<br>&nbsp; &nbsp; t.forward(50)<br>&nbsp; &nbsp; t.right(90)<br><br>t.left(90)<br>t.color("white")<br>t.forward(50)<br>t.color("black")<br><br>t.left(60)<br>t.forward(100)<br>t.left(120)<br>t.forward(50)<br>t.left(180)<br>t.forward(50)<br>t.right(120)<br>t.forward(50)<br>t.left(60)<br>t.forward(50)<br><br>t.color("white")<br>t.left(60)<br>t.forward(50)<br>t.color("black")<br><br>t.left(90)<br>t.forward(100)<br>t.left(180)<br>t.forward(50)<br><br>t.left(90)<br>t.forward(50)<br>t.left(90)<br>t.forward(50)<br>t.left(180)<br>t.forward(100)<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-14 03:34:55 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2554049376</guid>
      </item>
      <item>
         <title>무지개색 총공격</title>
         <author>202325123</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2554050198</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br>import random<br><br>t.speed(0)<br>for i in range (50):<br>&nbsp; &nbsp; t.forward(50*i)<br>&nbsp; &nbsp; t.right(170)<br>&nbsp; &nbsp; t.color(random.random(),random.random(),random.random())<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-14 03:35:53 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2554050198</guid>
      </item>
      <item>
         <title>덜 그린 달팽이</title>
         <author>202325184</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2554050487</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br><br>t.speed(0)<br>for i in range(30):<br>&nbsp; &nbsp; t.forward(i*10)<br>&nbsp; &nbsp; t.left(35)<br><br>t.speed(0)<br>t.left(90)<br>t.forward(200)<br><br>t.right(120)<br>t.forward(200)</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-14 03:36:11 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2554050487</guid>
      </item>
      <item>
         <title></title>
         <author>202325063</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2554050672</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br><br><br>for i in range(100):<br>&nbsp; &nbsp; t.forward(i*1)<br>&nbsp; &nbsp; t.circle(50)<br>&nbsp; &nbsp; t.left(45)<br>&nbsp; &nbsp; t.speed(0)<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-14 03:36:23 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2554050672</guid>
      </item>
      <item>
         <title>소용돌이</title>
         <author>202325174</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2554050703</link>
         <description><![CDATA[<div>import turtle as t<br>&nbsp;<br>t.shape('turtle')<br>t.speed('fastest')&nbsp; &nbsp; &nbsp;&nbsp;<br>for i in range(300):&nbsp; &nbsp;&nbsp;<br>&nbsp; &nbsp; t.forward(i)&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<br>&nbsp; &nbsp; t.right(91)<br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-14 03:36:25 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2554050703</guid>
      </item>
      <item>
         <title>한라뽕</title>
         <author>202325194</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2554051155</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br>t.speed(0)<br><br>t.color("orange")<br>for i in range(250):<br>&nbsp; &nbsp; t.circle(i)<br><br><br><br>t.color("green")<br>for i in range(25):<br>&nbsp; &nbsp; t.circle(i)<br>&nbsp;<br>&nbsp; &nbsp;<br>t.left(90)<br>for i in range(20):<br>&nbsp; &nbsp; &nbsp;t.circle(i)<br><br>t.right(180)<br>for i in range(20):<br>&nbsp; &nbsp; &nbsp;t.circle(i)</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-14 03:36:56 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2554051155</guid>
      </item>
      <item>
         <title>명진영</title>
         <author>202325072</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2554053043</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br><br>t.speed(0)<br>t.circle(100)<br>t.color("white")<br>t.goto(0,120)<br>t.forward (30)<br>t.color("black")<br>t.circle(5)<br>t.color("white")<br>t.backward(60)<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-14 03:39:20 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2554053043</guid>
      </item>
      <item>
         <title>지렁이</title>
         <author>202325153</author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2554054152</link>
         <description><![CDATA[<div>import turtle as t<br>t.shape("turtle")<br>t.speed(1000)<br>t.color("red")<br>for i in range(100):<br>&nbsp; &nbsp; t.forward(100)<br>&nbsp; &nbsp; t.left(30*i)<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-14 03:40:44 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2554054152</guid>
      </item>
      <item>
         <title>그대에게 장미 꽃 한 송이를 주겠소.</title>
         <author></author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2841055252</link>
         <description><![CDATA[<p>import turtle as t</p><p>t.shape("turtle")</p><p>t.color("darkred")</p><p>t.begin_fill()</p><p>t.speed(0)</p><p>for i in range(90):</p><p>    t.forward(3*i)</p><p>    t.left(77)</p><p>t.end_fill()</p><p>t.goto(-2,-180)</p><p>t.color("green")</p><p>t.begin_fill()</p><p>t.right(180)</p><p>t.forward(300)</p><p>t.left(90)</p><p>t.forward(5)</p><p>t.left(90)</p><p>t.forward(300)</p><p>t.left(90)</p><p>t.forward(5)</p><p>t.end_fill()</p><p>t.goto(0,-480)</p><p>t.left(180)</p><p>t.goto(400,0)</p><p>t.color("red")</p><p>t.begin_fill()</p><p>t.speed(0)</p><p>for i in range(70):</p><p>    t.forward(3*i)</p><p>    t.left(77)</p><p>t.end_fill()</p><p>t.goto(280,-150)</p><p>t.color("green")</p><p>t.begin_fill()</p><p>t.right(120)</p><p>t.forward(410)</p><p>t.end_fill()</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-01-08 06:40:38 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2841055252</guid>
      </item>
      <item>
         <title>초밥</title>
         <author></author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2841056911</link>
         <description><![CDATA[<p>import turtle as t</p><p>t.shape("turtle")</p><p>t.forward(200)</p><p>t.left(45)</p><p>t.forward(10)</p><p>t.left(45)</p><p>t.forward(40)</p><p>t.left(90)</p><p>t.forward(200)</p><p>t.right(45)</p><p>t.forward(20)</p><p>t.right(45)</p><p>t.forward(20)</p><p>t.right(90)</p><p>t.forward(230)</p><p>t.right(45)</p><p>t.forward(80)</p><p>t.right(45)</p><p>t.forward(20)</p><p>t.right(90)</p><p>t.forward(20)</p><p>t.right(45)</p><p>t.forward(60)</p><p>t.left(45)</p><p>t.forward(210)</p><p>t.left(90)</p><p>t.forward(40)</p><p>t.write("     sushi")</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-01-08 06:42:39 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2841056911</guid>
      </item>
      <item>
         <title>사과</title>
         <author></author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2841060227</link>
         <description><![CDATA[<p>import turtle as t</p><p>t.shape("turtle")</p><p>t.speed(0)</p><p>t.color("red")</p><p>for i in range(100):</p><p>    <a rel="noopener noreferrer nofollow" href="http://t.circle">t.circle</a>(1*i)</p><p>    </p><p><a rel="noopener noreferrer nofollow" href="http://t.circle">t.circle</a>(100,180)</p><p>t.right(270)</p><p>for i in range(25):</p><p>    <a rel="noopener noreferrer nofollow" href="http://t.circle">t.circle</a>(1*i)</p><p>    t.color("green")</p><p>t.color("brown")</p><p>t.begin_fill()</p><p>t.backward(25)</p><p>t.right(90)</p><p>t.forward(12.5)</p><p>t.left(90)</p><p>t.forward(25)</p><p>t.right(90)</p><p>t.backward(12.5)</p><p>t.end_fill()</p><p>t.hideturtle()</p><p><br/></p>]]></description>
         <enclosure url="" />
         <pubDate>2024-01-08 06:46:45 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2841060227</guid>
      </item>
      <item>
         <title>어떤 그림인지 맞춰보세요</title>
         <author></author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2841066203</link>
         <description><![CDATA[<p>import turtle as t</p><p>t.shape("turtle")</p><p>t.speed(0)</p><p>t.color("brown")</p><p>for i in range(100):</p><p>    <a rel="noopener noreferrer nofollow" href="http://t.circle">t.circle</a>(1*i)</p><p>    </p><p><a rel="noopener noreferrer nofollow" href="http://t.circle">t.circle</a>(100,180)</p><p>t.right(270)</p><p>t.penup()</p><p>t.backward(65)</p><p>t.pendown()</p><p>t.right(90)</p><p>for i in range(100):</p><p>    <a rel="noopener noreferrer nofollow" href="http://t.circle">t.circle</a>(1*i)</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-01-08 06:54:10 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2841066203</guid>
      </item>
      <item>
         <title>ㅈr두입ㄴlㄷr</title>
         <author></author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2841067847</link>
         <description><![CDATA[<p>import turtle as t</p><p>t.shape("turtle")</p><p>t.color("green")</p><p>t.speed(0)</p><p>t.begin_fill()</p><p>t.left(80)</p><p>t.forward(100)</p><p>t.left(100)</p><p>t.forward(20)</p><p>t.left(90)</p><p>t.forward(100)</p><p>t.end_fill()</p><p>t.left(90)</p><p>t.color("yellowgreen")</p><p>t.begin_fill()</p><p>for i in range(2):</p><p>        <a rel="noopener noreferrer nofollow" href="http://t.circle">t.circle</a>(100,100)</p><p>        t.left(80)</p><p>t.end_fill()</p><p>t.color("green")</p><p>t.left(30)</p><p><a rel="noopener noreferrer nofollow" href="http://t.circle">t.circle</a>(220,40)</p><p>t.left(180)</p><p><a rel="noopener noreferrer nofollow" href="http://t.circle">t.circle</a>(-220,40)</p><p>t.left(180)</p><p>t.color("darkred")</p><p>t.begin_fill()</p><p>t.left(150)</p><p><a rel="noopener noreferrer nofollow" href="http://t.circle">t.circle</a>(200)</p><p>t.end_fill()</p><p>t.color("red")</p><p>t.goto(0,0)</p><p>t.begin_fill()</p><p>t.left(200)</p><p><a rel="noopener noreferrer nofollow" href="http://t.circle">t.circle</a>(-210)</p><p>t.end_fill()</p><p>t.goto(0,-20)</p><p>t.color("white")</p><p>t.begin_fill()</p><p><a rel="noopener noreferrer nofollow" href="http://t.circle">t.circle</a>(-210,50)</p><p><a rel="noopener noreferrer nofollow" href="http://t.circle">t.circle</a>(-10,200)</p><p>t.left(15)</p><p><a rel="noopener noreferrer nofollow" href="http://t.circle">t.circle</a>(200,50)</p><p>t.end_fill()</p><p>t.penup()</p><p>t.goto(200,-60)</p><p>t.pendown()</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.hideturtle()</p><p><br/></p>]]></description>
         <enclosure url="" />
         <pubDate>2024-01-08 06:56:09 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2841067847</guid>
      </item>
      <item>
         <title>민들레</title>
         <author></author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2841072221</link>
         <description><![CDATA[<p>t.shape("turtle")</p><p>t.color("yellow")</p><p>t.speed(0)</p><p>for i in range(128):</p><p>    t.forward(3*i)</p><p>    t.left(175)</p><p>    </p><p>t.color("yellowgreen")</p><p>t.begin_fill()</p><p>t.left(190)</p><p>t.forward(250)</p><p>t.left(180)</p><p>t.forward(100)</p><p>t.left(35)</p><p>t.forward(50)</p><p>t.left(35)</p><p>t.forward(50)</p><p>t.left(35)</p><p>t.forward(50)</p><p>t.left(125)</p><p>t.forward(50)</p><p>t.left(15)</p><p>t.forward(50)</p><p>t.left(35)</p><p>t.forward(50)</p><p>t.left(35)</p><p>t.left(-95)</p><p>t.forward(50)</p><p>t.left(35)</p><p>t.forward(50)</p><p>t.left(35)</p><p>t.forward(50)</p><p>t.left(125)</p><p>t.forward(50)</p><p>t.left(15)</p><p>t.forward(50)</p><p>t.left(35)</p><p>t.forward(50)</p><p>t.left(35)</p><p>t.end_fill()</p><p><br></p>]]></description>
         <enclosure url="" />
         <pubDate>2024-01-08 07:01:52 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2841072221</guid>
      </item>
      <item>
         <title>우리집에서 복숭아 곰돌이 보고 갈랭?</title>
         <author></author>
         <link>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2841074700</link>
         <description><![CDATA[<p><br/></p><p>import turtle as t</p><p>t.hideturtle()</p><p>t.shape("turtle")</p><p>t.speed(0)</p><p>t.color("pink")</p><p>for i in range(150):</p><p>    <a rel="noopener noreferrer nofollow" href="http://t.circle">t.circle</a>(i)</p><p><a rel="noopener noreferrer nofollow" href="http://t.circle">t.circle</a>(150,180)</p><p>t.right(90)</p><p>t.color("green")</p><p>for i in range(10):</p><p>     t.forward(i)</p><p>t.left(45)</p><p>for i in range(22):</p><p>     <a rel="noopener noreferrer nofollow" href="http://t.circle">t.circle</a>(i)</p><p>t.right(260)</p><p>for i in range(22):</p><p>     <a rel="noopener noreferrer nofollow" href="http://t.circle">t.circle</a>(i)</p><p>  </p><p>t.penup()</p><p>t.right(70)</p><p>t.forward(100)</p><p>t.pendown()</p><p>t.color("pink")</p><p>for i in range(80):</p><p>    <a rel="noopener noreferrer nofollow" href="http://t.circle">t.circle</a>(i)</p><p>t.penup()</p><p>t.right(205)</p><p>t.forward(200)</p><p>t.pendown()</p><p>t.color("pink")</p><p>for i in range(80):</p><p>    <a rel="noopener noreferrer nofollow" href="http://t.circle">t.circle</a>(i)</p><p>t.penup()</p><p>t.right(75)</p><p>t.forward(53)</p><p>t.pendown()</p><p>t.color("black")</p><p>for i in range(15):</p><p>    <a rel="noopener noreferrer nofollow" href="http://t.circle">t.circle</a>(i)</p><p>t.penup()</p><p>t.right(68)</p><p>t.forward(70)</p><p>t.pendown()</p><p>t.color("black")</p><p>for i in range(15):</p><p>    <a rel="noopener noreferrer nofollow" href="http://t.circle">t.circle</a>(i)</p><p>t.penup()</p><p>t.right(230)</p><p>t.forward(55)</p><p>t.pendown()</p><p>t.color("black")</p><p>for i in range(15):</p><p>    <a rel="noopener noreferrer nofollow" href="http://t.circle">t.circle</a>(i)</p><p>t.right(65)</p><p>t.forward(10)</p><p>t.backward(10)</p><p>t.right(240)</p><p>t.forward(15)</p><p><br/></p>]]></description>
         <enclosure url="" />
         <pubDate>2024-01-08 07:05:00 UTC</pubDate>
         <guid>https://padlet.com/wjdzjat1231/g5u6zt7vvb8sla4h/wish/2841074700</guid>
      </item>
   </channel>
</rss>
