<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>1-9스마트안전모 by 고보영</title>
      <link>https://padlet.com/janggokhighschool1/jycasx1jrxdu44k6</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2025-10-22 01:42:42 UTC</pubDate>
      <lastBuildDate>2025-12-16 04:41:39 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>학번이름</title>
         <author>misonim</author>
         <link>https://padlet.com/janggokhighschool1/jycasx1jrxdu44k6/wish/3644241862</link>
         <description><![CDATA[<ol><li><p>실행결과 동영상</p></li><li><p>소스코드 복사붙이기</p></li><li><p>헷갈리거나 까다로웠던 점. 개선할 점 등</p></li></ol>]]></description>
         <enclosure url="" />
         <pubDate>2025-10-22 01:44:29 UTC</pubDate>
         <guid>https://padlet.com/janggokhighschool1/jycasx1jrxdu44k6/wish/3644241862</guid>
      </item>
      <item>
         <title>10923 이현석</title>
         <author></author>
         <link>https://padlet.com/janggokhighschool1/jycasx1jrxdu44k6/wish/3644257123</link>
         <description><![CDATA[<p># Imports go at the top</p><p>from microbit import *</p><p>while True:</p><p>    g = accelerometer.current_gesture()</p><p>    l = <a rel="noopener noreferrer nofollow" href="http://display.read">display.read</a>_light_level()</p><p>    if l &lt; 80:</p><p>        if g == 'left':</p><p>            <a rel="noopener noreferrer nofollow" href="http://display.show">display.show</a>(Image('00900:'</p><p>                               '09000:'</p><p>                               '99999:'</p><p>                               '09000:'</p><p>                               '00900'))</p><p>        elif g == 'right':</p><p>            <a rel="noopener noreferrer nofollow" href="http://display.show">display.show</a>(Image('00900:'</p><p>                               '00090:'</p><p>                               '99999:'</p><p>                               '00090:'</p><p>                               '00900'))</p><p>        else:</p><p>            <a rel="noopener noreferrer nofollow" href="http://display.show">display.show</a>(Image('90909:'</p><p>                               '09090:'</p><p>                               '90909:'</p><p>                               '09090:'</p><p>                               '90909'))</p><p>    else:</p><p>        display.clear()</p><p>    if button_a.was_pressed():</p><p>        display.clear()</p><p>        break</p><p><br/></p><p>조도가 높으면 디스플레이가 꺼지는 것은 영상에 담지 못했다.</p>]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/4602314676/e64314c2e0d0774c0f84e669345c1167/WIN_20251022_10_50_35_Pro.mp4" />
         <pubDate>2025-10-22 01:52:44 UTC</pubDate>
         <guid>https://padlet.com/janggokhighschool1/jycasx1jrxdu44k6/wish/3644257123</guid>
      </item>
      <item>
         <title>10906 김윤아</title>
         <author></author>
         <link>https://padlet.com/janggokhighschool1/jycasx1jrxdu44k6/wish/3644261935</link>
         <description><![CDATA[<p># Imports go at the top</p><p>from microbit import *</p><p>while True:</p><p>    gesture=accelerometer.current_gesture()</p><p>    </p><p>    if gesture=='left' or gesture== 'right':</p><p>        <a rel="noopener noreferrer nofollow" href="http://display.show">display.show</a>(Image('99999:'</p><p>                           '99999:'</p><p>                           '99999:'</p><p>                           '99999:'</p><p>                           '99999'))</p><p>    elif gesture=='right':</p><p>        <a rel="noopener noreferrer nofollow" href="http://display.show">display.show</a>(Image('00000:'</p><p>                           '00000:'</p><p>                           '00000:'</p><p>                           '00000:'</p><p>                           '00000'))</p><p>    else:</p><p>         display.clear()</p><p>        </p><p>    if button_a.was_pressed():</p><p>        display.clear()</p><p>        break</p><p>        </p><p><br/></p><p>3둘이 합치려니까 너무 어려웠다</p><p>시간이 없어서 화살표 까지는 못했지만 다음번엔 완벽하게 구현할 수 있을 거 같다.</p>]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/4602274809/0616dc1ba6f1b5692e53df4bf1276185/WIN_20251022_10_52_29_Pro.mp4" />
         <pubDate>2025-10-22 01:55:10 UTC</pubDate>
         <guid>https://padlet.com/janggokhighschool1/jycasx1jrxdu44k6/wish/3644261935</guid>
      </item>
      <item>
         <title>10910 김진한</title>
         <author></author>
         <link>https://padlet.com/janggokhighschool1/jycasx1jrxdu44k6/wish/3644264413</link>
         <description><![CDATA[<p># Imports go at the top</p><p>from microbit import *</p><p>while True:</p><p>    gesture=accelerometer.current_gesture()</p><p>    if gesture=='left' or gesture=='right':</p><p>        if gesture=='left':</p><p>            <a rel="noopener noreferrer nofollow" href="http://display.show">display.show</a>(Image('00900:''09000:''99999:''09000:''00900'))</p><p>        if gesture=='right':</p><p>            <a rel="noopener noreferrer nofollow" href="http://display.show">display.show</a>(Image('00900:''00090:''99999:''00090:''00900'))</p><p>        </p><p>    if <a rel="noopener noreferrer nofollow" href="http://display.read">display.read</a>_light_level()&lt;80:</p><p>        <a rel="noopener noreferrer nofollow" href="http://display.show">display.show</a>(Image('99999:''99999:''99999:''99999:''99999'))</p><p>    else:</p><p>        <a rel="noopener noreferrer nofollow" href="http://display.show">display.show</a>(Image('00000:''00000:''00000:''00000:''00000'))</p><p>    </p><p>    if button_a.was_pressed():</p><p>        display.clear()</p><p>        break</p><p><br/></p><p>가속도 센서를 사용해야 하는 것이 약간 헷갈렸던 것 같고, 기울기 표시 코드와 조도 센서 사용 코드를 동시에 한 덩어리로 쓰는 걸 어떻게 해야 하는지 감이 안 잡혀서 약간 힘들었던 것 같다. 이런 부분들을 보완한다면 다음부터는 코딩할 때 덜 힘들 것으로 예상된다.</p>]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/4602303320/bfc974d52b847a810efb2f446d7ec0cc/WIN_20251022_10_51_22_Pro.mp4" />
         <pubDate>2025-10-22 01:56:28 UTC</pubDate>
         <guid>https://padlet.com/janggokhighschool1/jycasx1jrxdu44k6/wish/3644264413</guid>
      </item>
      <item>
         <title>10904김신우</title>
         <author></author>
         <link>https://padlet.com/janggokhighschool1/jycasx1jrxdu44k6/wish/3644265188</link>
         <description><![CDATA[<p>while True:</p><p>    gesture=accelerometer.current_gesture()</p><p>    if gesture=='left' or gesture=='right':</p><p>        if gesture=='left':</p><p>            <a rel="noopener noreferrer nofollow" href="http://display.show">display.show</a>(Image('00900:'</p><p>                               '09000:'</p><p>                               '99999:'</p><p>                               '09000:'</p><p>                               '00900:'))</p><p>        elif gesture=='right':</p><p>            <a rel="noopener noreferrer nofollow" href="http://display.show">display.show</a>(Image('00900:'</p><p>                               '00090:'</p><p>                               '99999:'</p><p>                               '00090:'</p><p>                               '00900:'))</p><p>    </p><p>    if <a rel="noopener noreferrer nofollow" href="http://display.read">display.read</a>_light_level()&lt;80:</p><p>        <a rel="noopener noreferrer nofollow" href="http://display.show">display.show</a>(Image('99999:'</p><p>                           '99999:'</p><p>                           '99999:'</p><p>                           '99999:'</p><p>                           '99999:'))</p><p>    else:</p><p>        <a rel="noopener noreferrer nofollow" href="http://display.show">display.show</a>(Image('00000:'</p><p>                           '00000:'</p><p>                           '00000:'</p><p>                           '00000:'</p><p>                           '00000:'))</p><p>    if button_a.was_pressed():</p><p>        display.clear()</p><p>        break</p><p><br/></p><p><br/></p><p>화살표가 맞게 나오긴 하는데 흐릿하고 계속 깜박거려서 맞는지 헷갈린다.조도가 높으면 꺼지는 것과 기울기에 따라 화살표가 나오는것을 합쳐져서 복잡해져서 어려웠다.</p>]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/4602274739/6b4977bab36f3686034d3d0a7f705bb4/WIN_20251022_10_50_43_Pro.mp4" />
         <pubDate>2025-10-22 01:56:49 UTC</pubDate>
         <guid>https://padlet.com/janggokhighschool1/jycasx1jrxdu44k6/wish/3644265188</guid>
      </item>
      <item>
         <title>10917손재원</title>
         <author></author>
         <link>https://padlet.com/janggokhighschool1/jycasx1jrxdu44k6/wish/3644266403</link>
         <description><![CDATA[<p># Imports go at the top</p><p>from microbit import *</p><p>while True:</p><p>    gesture=accelerometer.current_gesture()</p><p>    if gesture=='left' or gesture=='right':</p><p>        if gesture=='left':</p><p>            <a rel="noopener noreferrer nofollow" href="http://display.show">display.show</a>(Image('00900:'</p><p>                               '09000:'</p><p>                               '99999:'</p><p>                               '09000:'</p><p>                               '00900'))</p><p>        elif gesture=='right':</p><p>            <a rel="noopener noreferrer nofollow" href="http://display.show">display.show</a>(Image('00900:'</p><p>                               '00090:'</p><p>                               '99999:'</p><p>                               '00090:'</p><p>                               '00900'))</p><p>        </p><p>    if <a rel="noopener noreferrer nofollow" href="http://display.read">display.read</a>_light_level()&lt;80:</p><p>        <a rel="noopener noreferrer nofollow" href="http://display.show">display.show</a>(Image('99999:'</p><p>                           '99999:'</p><p>                           '99999:'</p><p>                           '99999:'</p><p>                           '99999'))</p><p>    else:</p><p>        <a rel="noopener noreferrer nofollow" href="http://display.show">display.show</a>(Image('00000:'</p><p>                           '00000:'</p><p>                           '00000:'</p><p>                           '00000:'</p><p>                           '00000'))</p><p>   </p><p>    if button_a.was_pressed():</p><p>        display.clear()</p><p>        break</p><p><br/></p><p>처음에 화살표와 조명의 코딩이 섞여 불빛이 이상해서 그 지점에서 애를 먹었다.</p>]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/4602274320/4057d597c4b4e1ac645661efd9dca368/WIN_20251022_10_52_53_Pro.mp4" />
         <pubDate>2025-10-22 01:57:22 UTC</pubDate>
         <guid>https://padlet.com/janggokhighschool1/jycasx1jrxdu44k6/wish/3644266403</guid>
      </item>
      <item>
         <title>10924 임서연</title>
         <author></author>
         <link>https://padlet.com/janggokhighschool1/jycasx1jrxdu44k6/wish/3644267010</link>
         <description><![CDATA[<p># Imports go at the top</p><p>from microbit import *</p><p>while True:</p><p>g = accelerometer.current_gesture()</p><p>l = <a rel="noopener noreferrer nofollow" href="http://display.read">display.read</a>_light_level()</p><p>if l &lt; 80:</p><p>if g == 'left':</p><p><a rel="noopener noreferrer nofollow" href="http://display.show">display.show</a>(Image('00900:'</p><p>'09000:'</p><p>'99999:'</p><p>'09000:'</p><p>'00900'))</p><p>elif g == 'right':</p><p><a rel="noopener noreferrer nofollow" href="http://display.show">display.show</a>(Image('00900:'</p><p>'00090:'</p><p>'99999:'</p><p>'00090:'</p><p>'00900'))</p><p>else:</p><p><a rel="noopener noreferrer nofollow" href="http://display.show">display.show</a>(Image('90909:'</p><p>'09090:'</p><p>'90909:'</p><p>'09090:'</p><p>'90909'))</p><p>else:</p><p>display.clear()</p><p>if button_a.was_pressed():</p><p>display.clear()</p><p>break</p><p><br/></p><p>화살표가 많이 기울여야 나와서 조절하기 어려웠다</p><p><br/></p>]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/4602274174/fab42402f47a592010ea2d9e56923b84/WIN_20251022_10_55_17_Pro.mp4" />
         <pubDate>2025-10-22 01:57:42 UTC</pubDate>
         <guid>https://padlet.com/janggokhighschool1/jycasx1jrxdu44k6/wish/3644267010</guid>
      </item>
      <item>
         <title>10903 김보경</title>
         <author></author>
         <link>https://padlet.com/janggokhighschool1/jycasx1jrxdu44k6/wish/3644267077</link>
         <description><![CDATA[<p># Imports go at the top</p><p>from microbit import *</p><p>while True:</p><p>    gesture=accelerometer.current_gesture()</p><p>    if gesture=='left' or gesture=='right':</p><p>       if gesture=='left':</p><p>           <a rel="noopener noreferrer nofollow" href="http://display.show">display.show</a>(Image('00900:'</p><p>                              '09000:'</p><p>                              '99999:'</p><p>                              '09000:'</p><p>                              '00900'))</p><p>       elif gesture=='right':</p><p>           <a rel="noopener noreferrer nofollow" href="http://display.show">display.show</a>(Image('00900:'</p><p>                              '00090:'</p><p>                              '99999:'</p><p>                              '00090:'</p><p>                              '00900'))</p><p>           </p><p>    if <a rel="noopener noreferrer nofollow" href="http://display.read">display.read</a>_light_level()&lt;80:</p><p>       <a rel="noopener noreferrer nofollow" href="http://display.show">display.show</a>(Image('99999:'</p><p>                             '99999:'</p><p>                             '99999:'</p><p>                             '99999:'</p><p>                             '99999'))</p><p>    else: </p><p>        <a rel="noopener noreferrer nofollow" href="http://display.show">display.show</a>(Image('00000:'</p><p>                           '00000:'</p><p>                           '00000:'</p><p>                           '00000:'</p><p>                           '00000'))</p><p>    if button_a.was_pressed():</p><p>       display.clear()</p><p>       break</p><p><br/></p><p>기울기를 나타낼 때 깜빡거리는 형상이 있는 점에서 아쉽다.</p>]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/4602274339/8f0caa274f9b677c6cbe53c4b3313fd8/WIN_20251022_10_49_10_Pro.mp4" />
         <pubDate>2025-10-22 01:57:44 UTC</pubDate>
         <guid>https://padlet.com/janggokhighschool1/jycasx1jrxdu44k6/wish/3644267077</guid>
      </item>
      <item>
         <title>10925 정지인</title>
         <author></author>
         <link>https://padlet.com/janggokhighschool1/jycasx1jrxdu44k6/wish/3644267542</link>
         <description><![CDATA[<p>from microbit import *</p><p>while True:</p><p>    gesture=accelerometer.current_gesture()</p><p>    if gesture=='left' or gesture=='right':</p><p>        if gesture=='left':</p><p>            <a rel="noopener noreferrer nofollow" href="http://display.show">display.show</a>(Image('00900:'</p><p>                              '09000:'</p><p>                              '99999:'</p><p>                              '09000:'</p><p>                              '00900:'))</p><p>    elif gesture=='right':</p><p>            <a rel="noopener noreferrer nofollow" href="http://display.show">display.show</a>(Image('00900:'</p><p>                              '00090:'</p><p>                              '99999:'</p><p>                              '00090:'</p><p>                              '00900:'))</p><p>    else:</p><p>            display.clear()</p><p>            </p><p>    if <a rel="noopener noreferrer nofollow" href="http://display.read">display.read</a>_light_level()&lt;80:</p><p>        <a rel="noopener noreferrer nofollow" href="http://display.show">display.show</a>(Image('99999:'</p><p>                          '99999:'</p><p>                          '99999:'</p><p>                          '99999:'</p><p>                          '99999'))</p><p>    else:</p><p>         <a rel="noopener noreferrer nofollow" href="http://display.show">display.show</a>(Image('00000:'</p><p>                           '00000:'</p><p>                           '00000:'</p><p>                           '00000:'</p><p>                           '00000'))</p><p>    if button_a.was_pressed():</p><p>        display.clear()</p><p>        break</p><p><br></p><p><br></p><p>들여쓰기를 자꾸 놓쳐서 헷갈렸다. 막상 카메라에 담으니 led가 반짝거려서 들여쓰기 실수한 영상과 똑같이 담겨 아쉽다.</p>]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/4602274007/234284b71cb2842d60b617099d2b00ce/WIN_20251022_10_49_33_Pro.mp4" />
         <pubDate>2025-10-22 01:57:57 UTC</pubDate>
         <guid>https://padlet.com/janggokhighschool1/jycasx1jrxdu44k6/wish/3644267542</guid>
      </item>
      <item>
         <title>10927 조유현</title>
         <author></author>
         <link>https://padlet.com/janggokhighschool1/jycasx1jrxdu44k6/wish/3644269035</link>
         <description><![CDATA[<p># Imports go at the top</p><p>from microbit import *</p><p>while True:</p><p>    g=accelerometer.current_gesture()</p><p>    </p><p>    if <a rel="noopener noreferrer nofollow" href="http://display.read">display.read</a>_light_level()&lt;80:</p><p>        <a rel="noopener noreferrer nofollow" href="http://display.show">display.show</a>(Image('99999:'</p><p>                           '99999:'</p><p>                           '99999:'</p><p>                           '99999:'</p><p>                           '99999'))</p><p>    else:</p><p>        <a rel="noopener noreferrer nofollow" href="http://display.show">display.show</a>(Image('00000:'</p><p>                           '00000:'</p><p>                           '00000:'</p><p>                           '00000:'</p><p>                           '00000'))</p><p>    </p><p>    if g=='left' or g== 'right':</p><p>        if g=='left':</p><p>           <a rel="noopener noreferrer nofollow" href="http://display.show">display.show</a>(Image('00900:'</p><p>                              '09000:'</p><p>                              '99999:'</p><p>                              '09000:'</p><p>                              '00900'))</p><p>        elif g=='right':</p><p>           <a rel="noopener noreferrer nofollow" href="http://display.show">display.show</a>(Image('00900:'</p><p>                              '00090:'</p><p>                              '99999:'</p><p>                              '00090:'</p><p>                              '00900')) </p><p>    else:</p><p>       display.clear()</p><p>    if button_a.was_pressed():</p><p>           display.clear()</p><p>           break</p><p><br/></p><ol start="3"><li><p>괄호 하나만 없어도 코드가 실행이 안되는게 까다로웠다. 코딩이 잘 되어도 알수없는 간섭떄문에 제대로 실행이 되지 않는게 아쉬웠다.</p></li></ol>]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/4602273948/28881d2baa6c62faa3533555555b99e4/WIN_20251022_10_55_50_Pro.mp4" />
         <pubDate>2025-10-22 01:58:39 UTC</pubDate>
         <guid>https://padlet.com/janggokhighschool1/jycasx1jrxdu44k6/wish/3644269035</guid>
      </item>
      <item>
         <title>10920 오준서</title>
         <author></author>
         <link>https://padlet.com/janggokhighschool1/jycasx1jrxdu44k6/wish/3644269041</link>
         <description><![CDATA[<p>while True:</p><p>   gesture = accelerometer.current_gesture()</p><p>   </p><p>    </p><p>    </p><p>   if gesture <mark> 'left' or gesture </mark> 'right':</p><p>       if gesture == 'left':</p><p>          <a rel="noopener noreferrer nofollow" href="http://display.show">display.show</a>(Image('00900:'</p><p>                              '09000:'</p><p>                              '99999:'</p><p>                              '09000:'</p><p>                              '00900'))</p><p>       elif gesture == 'right':</p><p>          <a rel="noopener noreferrer nofollow" href="http://display.show">display.show</a>(Image('00900:'</p><p>                              '00090:'</p><p>                              '99999:'</p><p>                              '00090:'</p><p>                              '00900'))</p><p>   else:</p><p>       display.clear()</p><p>   </p><p>   if <a rel="noopener noreferrer nofollow" href="http://display.read">display.read</a>_light_level()&lt;80:</p><p>       <a rel="noopener noreferrer nofollow" href="http://display.show">display.show</a>(Image('99999:'</p><p>                          '99999:'</p><p>                          '99999:'</p><p>                          '99999:'</p><p>                          '99999' ))</p><p>   else:</p><p>       display.clear()</p><p>       </p><p>   if button_a.was_pressed():</p><p>       display.clear()</p><p>       break</p><p>코드가 살짝 부족한거 같다</p>]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/4602274803/086097ae62b492de247defaa35fa5d8a/WIN_20251022_10_53_38_Pro.mp4" />
         <pubDate>2025-10-22 01:58:39 UTC</pubDate>
         <guid>https://padlet.com/janggokhighschool1/jycasx1jrxdu44k6/wish/3644269041</guid>
      </item>
      <item>
         <title>10926 정하진</title>
         <author></author>
         <link>https://padlet.com/janggokhighschool1/jycasx1jrxdu44k6/wish/3644270327</link>
         <description><![CDATA[<p># Imports go at the top</p><p>from microbit import *</p><p>while True:</p><p>   g=accelerometer.current_gesture()</p><p>   if g=='left' or g=='right':</p><p>       if <a rel="noopener noreferrer nofollow" href="http://display.read">display.read</a>_light_level()&lt;80:</p><p>           <a rel="noopener noreferrer nofollow" href="http://display.show">display.show</a>(Image('00900:'</p><p>                                  '09000:'</p><p>                                  '99999:'</p><p>                                  '09000:'</p><p>                                  '00900'))</p><p>   else:</p><p>       <a rel="noopener noreferrer nofollow" href="http://display.show">display.show</a>(Image('00900:'</p><p>                          '00090:'</p><p>                          '99999:'</p><p>                          '00090:'</p><p>                          '00900'))</p><p>       if button_a.was_pressed():</p><p>          display.clear()</p><p>          break</p>]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/4602274315/0f475c863be896483b520bd98489dc20/WIN_20251022_10_57_57_Pro.mp4" />
         <pubDate>2025-10-22 01:59:22 UTC</pubDate>
         <guid>https://padlet.com/janggokhighschool1/jycasx1jrxdu44k6/wish/3644270327</guid>
      </item>
      <item>
         <title>10929 최승민</title>
         <author></author>
         <link>https://padlet.com/janggokhighschool1/jycasx1jrxdu44k6/wish/3644274271</link>
         <description><![CDATA[<p># Imports go at the top</p><p>from microbit import *</p><p>while True:</p><p>    gesture = accelerometer.current_gesture()</p><p>    light = <a rel="noopener noreferrer nofollow" href="http://display.read">display.read</a>_light_level()</p><p>    if light&lt; 80:</p><p>        if gesture== 'left':</p><p>            <a rel="noopener noreferrer nofollow" href="http://display.show">display.show</a>(Image('00900:'</p><p>                               '09000:'</p><p>                               '99999:'</p><p>                               '09000:'</p><p>                               '00900'))</p><p>        elif gesture == 'right':</p><p>            <a rel="noopener noreferrer nofollow" href="http://display.show">display.show</a>(Image('00900:'</p><p>                               '00090:'</p><p>                               '99999:'</p><p>                               '00090:'</p><p>                               '00900'))</p><p>    else:</p><p>        display.clear()</p><p>    if button_a.was_pressed():</p><p>        display.clear()</p><p>        break</p><p>두 가지를 한번에 담는 과정에서 어려움이 있었지만 원하는 결과가 실행되었다.</p>]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/4602274774/c0d3bc3a2392d121f2b884f2aeeb1561/WIN_20251022_11_00_05_Pro.mp4" />
         <pubDate>2025-10-22 02:01:19 UTC</pubDate>
         <guid>https://padlet.com/janggokhighschool1/jycasx1jrxdu44k6/wish/3644274271</guid>
      </item>
      <item>
         <title>10921원다솜</title>
         <author></author>
         <link>https://padlet.com/janggokhighschool1/jycasx1jrxdu44k6/wish/3644276067</link>
         <description><![CDATA[<p>2. </p><p># Imports go at the top</p><p>from microbit import *</p><p>while True:</p><p>    gesture=accelerometer.current_gesture()</p><p>    if gesture=='left' or  gesture=='right':</p><p>        if gesture=='left':</p><p>            <a rel="noopener noreferrer nofollow" href="http://display.show">display.show</a>(Image('00900:'</p><p>                               '09000:'</p><p>                               '99999:'</p><p>                               '09000:'</p><p>                               '00900'))</p><p>        elif:</p><p>            gesture=='right'</p><p>            <a rel="noopener noreferrer nofollow" href="http://display.show">display.show</a>(Image('00900:'</p><p>                           '09000:'</p><p>                           '99999:'</p><p>                           '09000:'</p><p>                           '00900'))</p><p>    else:</p><p>        display.clear()</p><p>    </p><p>    if <a rel="noopener noreferrer nofollow" href="http://display.read">display.read</a>_light_level()&lt;80:</p><p>        <a rel="noopener noreferrer nofollow" href="http://display.show">display.show</a>(Image('99999:'</p><p>                           '99999:'</p><p>                           '99999:'</p><p>                           '99999:'</p><p>                           '99999'))</p><p>    else:</p><p>        <a rel="noopener noreferrer nofollow" href="http://display.show">display.show</a>(Image('00000:'</p><p>                           '00000:'</p><p>                           '00000:'</p><p>                           '00000:'</p><p>                           '00000'))</p><p>    if button_a.was_pressed():</p><p>        display.clear()</p><p>        break</p><p>3. 오른쪽으로 기울떼 힘들었다   </p>]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/4602276035/14cd7f0a02d5ea3290c9de1c430594ee/WIN_20251022_11_00_16_Pro.mp4" />
         <pubDate>2025-10-22 02:02:09 UTC</pubDate>
         <guid>https://padlet.com/janggokhighschool1/jycasx1jrxdu44k6/wish/3644276067</guid>
      </item>
      <item>
         <title>10922 이지원</title>
         <author></author>
         <link>https://padlet.com/janggokhighschool1/jycasx1jrxdu44k6/wish/3644277266</link>
         <description><![CDATA[<p># Imports go at the top</p><p>from microbit import *</p><p>while True:</p><p>    if <a rel="noopener noreferrer nofollow" href="http://display.read">display.read</a>_light_level()&lt;80:</p><p>        <a rel="noopener noreferrer nofollow" href="http://display.show">display.show</a>(Image('99999:'</p><p>                           '99999:'</p><p>                           '99999:'</p><p>                           '99999:'</p><p>                           '99999'))                   </p><p>    else:</p><p>        <a rel="noopener noreferrer nofollow" href="http://display.show">display.show</a>(Image('00000:'</p><p>                           '00000:'</p><p>                           '00000:'</p><p>                           '00000:'</p><p>                           '00000'))</p><p>    if button_a.was_pressed():</p><p>        display.clear()</p><p>        break</p><p><br/></p>]]></description>
         <enclosure url="" />
         <pubDate>2025-10-22 02:02:46 UTC</pubDate>
         <guid>https://padlet.com/janggokhighschool1/jycasx1jrxdu44k6/wish/3644277266</guid>
      </item>
      <item>
         <title>10930 허시영</title>
         <author></author>
         <link>https://padlet.com/janggokhighschool1/jycasx1jrxdu44k6/wish/3644277351</link>
         <description><![CDATA[<p># Imports go at the top</p><p>from microbit import *</p><p>while True:</p><p>    gesture = accelerometer.current_gesture()</p><p>        </p><p>    if gesture <mark> 'left' or gesture </mark> 'right':</p><p>            if gesture == 'left':</p><p>                <a rel="noopener noreferrer nofollow" href="http://display.show">display.show</a>(Image('00900:'</p><p>                               '09000:'</p><p>                               '99999:'</p><p>                               '09000:'</p><p>                               '00900'))</p><p>    elif gesture == 'right':</p><p>            <a rel="noopener noreferrer nofollow" href="http://display.show">display.show</a>(Image('00900:'</p><p>                               '00090:'</p><p>                               '99999:'</p><p>                               '00090:'</p><p>                               '00900'))</p><p>   </p><p>    while True:</p><p>        if <a rel="noopener noreferrer nofollow" href="http://display.read">display.read</a>_light_level()&lt;80:</p><p>            <a rel="noopener noreferrer nofollow" href="http://display.show">display.show</a>(Image('99999:'</p><p>                              '99999:'</p><p>                              '99999:'</p><p>                              '99999:'</p><p>                              '99999')</p><p>        </p><p>            </p><p>            </p><p>else:</p><p>    display.clear()</p><p>if button_a.was_pressed():</p><p>    display.clear()</p><p>    break</p><p><br/></p><p>시간이 부족해서 코드를 완성하지 못했고 영상을 못 찍었다. 코드를 제대로 작성하지 못했다</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-10-22 02:02:49 UTC</pubDate>
         <guid>https://padlet.com/janggokhighschool1/jycasx1jrxdu44k6/wish/3644277351</guid>
      </item>
   </channel>
</rss>
