<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>북마크 by 김윤후</title>
      <link>https://padlet.com/yunhusgo/Bookmarks</link>
      <description>놀라움을 담아 만듦</description>
      <language>en-us</language>
      <pubDate>2021-07-01 11:15:10 UTC</pubDate>
      <lastBuildDate>2021-07-01 11:54:40 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>첼린지 1 답</title>
         <author>yunhusgo</author>
         <link>https://padlet.com/yunhusgo/Bookmarks/wish/1633275480</link>
         <description><![CDATA[<div>mia.say("The current password is %d." % door.get_password())</div><div>door.set_password(int(read("Please, set a new password.")))</div><div>mia.say("Now, the new password is %d." % door.get_password())</div><div>mia.say("Let's go in!")</div><div>my_pw = int(read("Enter new password:"))</div><div>if my_pw == door.get_password() :</div><div>&nbsp; &nbsp; door.open()</div><div>&nbsp; &nbsp; mia.move_forward(2.5)</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-07-01 11:15:33 UTC</pubDate>
         <guid>https://padlet.com/yunhusgo/Bookmarks/wish/1633275480</guid>
      </item>
      <item>
         <title>2번답</title>
         <author>yunhusgo</author>
         <link>https://padlet.com/yunhusgo/Bookmarks/wish/1633276416</link>
         <description><![CDATA[<div>sunny = sun.get_status()</div><div><br></div><div>if sunny == True :</div><div>&nbsp; &nbsp; leo.turn_to("table1")</div><div>&nbsp; &nbsp; leo.move_forward(leo.distance_to("table1"))</div><div>else :</div><div>&nbsp; &nbsp; leo.turn_to("table2")</div><div>&nbsp; &nbsp; leo.move_forward(leo.distance_to("table2"))</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-07-01 11:16:42 UTC</pubDate>
         <guid>https://padlet.com/yunhusgo/Bookmarks/wish/1633276416</guid>
      </item>
      <item>
         <title>3번답</title>
         <author>yunhusgo</author>
         <link>https://padlet.com/yunhusgo/Bookmarks/wish/1633276584</link>
         <description><![CDATA[<div>import random as rd</div><div><br></div><div>mia_hand = 2</div><div>leo_hand = rd.randint(1, 3)</div><div><br></div><div>if leo_hand == 1 :</div><div>&nbsp; &nbsp; &nbsp;mia.say("I win!")</div><div>elif leo_hand == 2 :</div><div>&nbsp; &nbsp; &nbsp;mia.say("Draw!")</div><div>else :</div><div>&nbsp; &nbsp; &nbsp;leo.say("I win!")</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-07-01 11:16:56 UTC</pubDate>
         <guid>https://padlet.com/yunhusgo/Bookmarks/wish/1633276584</guid>
      </item>
      <item>
         <title>4번답</title>
         <author>yunhusgo</author>
         <link>https://padlet.com/yunhusgo/Bookmarks/wish/1633277158</link>
         <description><![CDATA[<div>time = int(read("Please Enter current time: "))</div><div>flag = sun.get_status()</div><div><br></div><div>if time &gt; 19 :</div><div>&nbsp; &nbsp; light3.turn_on()</div><div>&nbsp; &nbsp; light4.turn_on()</div><div>elif time &gt;= 17 and not flag :</div><div>&nbsp; &nbsp; light3.turn_on()</div><div>&nbsp; &nbsp; light4.turn_off()</div><div>elif time &lt; 17 and not flag :</div><div>&nbsp; &nbsp; light3.turn_off()</div><div>&nbsp; &nbsp; light4.turn_on()</div><div>else :</div><div>&nbsp; &nbsp; light3.turn_off()</div><div>&nbsp; &nbsp; light4.turn_off()</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-07-01 11:17:38 UTC</pubDate>
         <guid>https://padlet.com/yunhusgo/Bookmarks/wish/1633277158</guid>
      </item>
      <item>
         <title>5번</title>
         <author>yunhusgo</author>
         <link>https://padlet.com/yunhusgo/Bookmarks/wish/1633278864</link>
         <description><![CDATA[<div>com.set_password(int(read("Please, set a new password.")))</div><div>password = int(read("Please, enter the password again."))</div><div><br></div><div>if password == com.get_password() :&nbsp;</div><div>&nbsp; &nbsp; com.output("Password is set on the first try.")</div><div><br></div><div>else :</div><div>&nbsp; &nbsp; com.output("Wrong password.")</div><div>&nbsp; &nbsp; password = int(read("Please, enter the password again."))</div><div><br></div><div>&nbsp; &nbsp; if password == com.get_password() :&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; com.output("Password is set on the second try.")</div><div><br></div><div>&nbsp; &nbsp; else :</div><div>&nbsp; &nbsp; &nbsp; &nbsp; com.output("Please, reset your password.")</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-07-01 11:19:30 UTC</pubDate>
         <guid>https://padlet.com/yunhusgo/Bookmarks/wish/1633278864</guid>
      </item>
      <item>
         <title>6번답</title>
         <author>yunhusgo</author>
         <link>https://padlet.com/yunhusgo/Bookmarks/wish/1633279322</link>
         <description><![CDATA[<div>file = read("Enter the name of the file: ")</div><div><br></div><div>if "jpg" in file or "png" in file :</div><div>&nbsp; &nbsp; &nbsp;com.output("image file")</div><div>elif "txt" in file :</div><div>&nbsp; &nbsp; &nbsp;com.output("text file")</div><div>elif "wav" in file or "mp3" in file :</div><div>&nbsp; &nbsp; &nbsp;com.output("audio file")</div><div>else :</div><div>&nbsp; &nbsp; &nbsp;com.output("Invalid file type")</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-07-01 11:20:03 UTC</pubDate>
         <guid>https://padlet.com/yunhusgo/Bookmarks/wish/1633279322</guid>
      </item>
      <item>
         <title>trdh</title>
         <author>yunhusgo</author>
         <link>https://padlet.com/yunhusgo/Bookmarks/wish/1633290386</link>
         <description><![CDATA[<div>tw<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2021-07-01 11:34:21 UTC</pubDate>
         <guid>https://padlet.com/yunhusgo/Bookmarks/wish/1633290386</guid>
      </item>
      <item>
         <title>hgdg</title>
         <author>yunhusgo</author>
         <link>https://padlet.com/yunhusgo/Bookmarks/wish/1633290421</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2021-07-01 11:34:24 UTC</pubDate>
         <guid>https://padlet.com/yunhusgo/Bookmarks/wish/1633290421</guid>
      </item>
      <item>
         <title>fdhggrdh</title>
         <author>yunhusgo</author>
         <link>https://padlet.com/yunhusgo/Bookmarks/wish/1633290437</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2021-07-01 11:34:25 UTC</pubDate>
         <guid>https://padlet.com/yunhusgo/Bookmarks/wish/1633290437</guid>
      </item>
      <item>
         <title>trdhht</title>
         <author>yunhusgo</author>
         <link>https://padlet.com/yunhusgo/Bookmarks/wish/1633290460</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2021-07-01 11:34:27 UTC</pubDate>
         <guid>https://padlet.com/yunhusgo/Bookmarks/wish/1633290460</guid>
      </item>
      <item>
         <title>그만해</title>
         <author>yunhusgo</author>
         <link>https://padlet.com/yunhusgo/Bookmarks/wish/1633290536</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2021-07-01 11:34:32 UTC</pubDate>
         <guid>https://padlet.com/yunhusgo/Bookmarks/wish/1633290536</guid>
      </item>
      <item>
         <title>gfwo</title>
         <author>yunhusgo</author>
         <link>https://padlet.com/yunhusgo/Bookmarks/wish/1633290687</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2021-07-01 11:34:40 UTC</pubDate>
         <guid>https://padlet.com/yunhusgo/Bookmarks/wish/1633290687</guid>
      </item>
      <item>
         <title>앙 기뮤리</title>
         <author>yunhusgo</author>
         <link>https://padlet.com/yunhusgo/Bookmarks/wish/1633292785</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2021-07-01 11:37:07 UTC</pubDate>
         <guid>https://padlet.com/yunhusgo/Bookmarks/wish/1633292785</guid>
      </item>
      <item>
         <title>tlqkf</title>
         <author>yunhusgo</author>
         <link>https://padlet.com/yunhusgo/Bookmarks/wish/1633293042</link>
         <description><![CDATA[<div>gkwlak dl rotoRi</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-07-01 11:37:29 UTC</pubDate>
         <guid>https://padlet.com/yunhusgo/Bookmarks/wish/1633293042</guid>
      </item>
   </channel>
</rss>
