<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Coding by </title>
      <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf</link>
      <description>copy and paste bestie</description>
      <language>en-us</language>
      <pubDate>2021-07-14 16:03:11 UTC</pubDate>
      <lastBuildDate>2026-01-18 07:43:31 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet.net/icons/png/1f361.png</url>
      </image>
      <item>
         <title></title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1649641772</link>
         <description><![CDATA[<ul><li>Image.HEART</li><li>Image.HEART_SMALL</li><li>Image.HAPPY</li><li>Image.SMILE</li><li>Image.SAD</li><li>Image.CONFUSED</li><li>Image.ANGRY</li><li>Image.ASLEEP</li><li>Image.SURPRISED</li><li>Image.SILLY</li><li>Image.FABULOUS</li><li>Image.MEH</li><li>Image.YES</li><li>Image.NO</li><li>Image.CLOCK12, Image.CLOCK11, Image.CLOCK10, Image.CLOCK9, Image.CLOCK8, Image.CLOCK7, Image.CLOCK6, Image.CLOCK5, Image.CLOCK4, Image.CLOCK3, Image.CLOCK2, Image.CLOCK1</li><li>Image.ARROW_N, Image.ARROW_NE, Image.ARROW_E, Image.ARROW_SE, Image.ARROW_S, Image.ARROW_SW, Image.ARROW_W, Image.ARROW_NW</li><li>Image.TRIANGLE</li><li>Image.TRIANGLE_LEFT</li><li>Image.CHESSBOARD</li><li>Image.DIAMOND</li><li>Image.DIAMOND_SMALL</li><li>Image.SQUARE</li><li>Image.SQUARE_SMALL</li><li>Image.RABBIT</li><li>Image.COW</li><li>Image.MUSIC_CROTCHET</li><li>Image.MUSIC_QUAVER</li><li>Image.MUSIC_QUAVERS</li><li>Image.PITCHFORK</li><li>Image.XMAS</li><li>Image.PACMAN</li><li>Image.TARGET</li><li>Image.TSHIRT</li><li>Image.ROLLERSKATE</li><li>Image.DUCK</li><li>Image.HOUSE</li><li>Image.TORTOISE</li><li>Image.BUTTERFLY</li><li>Image.STICKFIGURE</li><li>Image.GHOST</li><li>Image.SWORD</li><li>Image.GIRAFFE</li><li>Image.SKULL</li><li>Image.UMBRELLA</li><li>Image.SNAKE</li></ul><div><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2021-07-14 16:07:24 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1649641772</guid>
      </item>
      <item>
         <title>Image</title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1649641994</link>
         <description><![CDATA[<div>display.show(Image.HAPPY)</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-07-14 16:07:39 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1649641994</guid>
      </item>
      <item>
         <title>Multiple images</title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1649642585</link>
         <description><![CDATA[<div>from microbit import *<br>display.show(Image.GIRAFFE)<br>sleep(2000)<br>display.show(Image.DUCK)</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-07-14 16:08:16 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1649642585</guid>
      </item>
      <item>
         <title>Display words </title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1649642981</link>
         <description><![CDATA[<div>from microbit import *<br>display.scroll('Hello, micro:bit!')</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-07-14 16:08:43 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1649642981</guid>
      </item>
      <item>
         <title>Temperature</title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1649644412</link>
         <description><![CDATA[<div>from microbit import *<br><br>display.scroll(str(temperature()))<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2021-07-14 16:10:15 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1649644412</guid>
      </item>
      <item>
         <title>Loop</title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1649644969</link>
         <description><![CDATA[<div>while True:<br>&nbsp; display.show(Image.BUTTERFLY)<br>&nbsp; sleep(500)<br>&nbsp; display.show(Image.HAPPY)<br>&nbsp; sleep(500)</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-07-14 16:10:50 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1649644969</guid>
      </item>
      <item>
         <title>Moisture</title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1649645827</link>
         <description><![CDATA[<div>while True:<br>&nbsp; display.scroll(str(pin0.read_analog()))</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-07-14 16:11:38 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1649645827</guid>
      </item>
      <item>
         <title>Left button</title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1649646283</link>
         <description><![CDATA[<div>from microbit import *<br>while True:<br>&nbsp;if button_a.is_pressed():<br>&nbsp; &nbsp; display.show(Image.DUCK)</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-07-14 16:12:05 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1649646283</guid>
      </item>
      <item>
         <title>&#39;what ifs&#39;</title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1649646828</link>
         <description><![CDATA[<div>from microbit import *<br><br>while True:<br>&nbsp; if button_a.is_pressed():<br>&nbsp; &nbsp; display.show(Image.UMBRELLA)<br>&nbsp; if button_b.is_pressed():<br>&nbsp; &nbsp; display.show(Image.HAPPY)</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-07-14 16:12:39 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1649646828</guid>
      </item>
      <item>
         <title>&#39;if else&#39;</title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1649649380</link>
         <description><![CDATA[<div>from microbit import *<br>while True:<br>&nbsp;if button_a.is_pressed():<br>&nbsp; &nbsp; display.show(Image.DUCK)<br>&nbsp;else:<br>&nbsp; &nbsp;display.clear()</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-07-14 16:15:22 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1649649380</guid>
      </item>
      <item>
         <title>Custom image</title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1649653071</link>
         <description><![CDATA[<div>from microbit import *<br><br>display.show(Image('90909:09990:99999:09990:90909'))<br><br>Try different brightnesses — remember <strong>9</strong> is bright, <strong>5</strong> is medium brightness, <strong>1</strong> is very dim, and <strong>0</strong> is off.</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-07-14 16:19:09 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1649653071</guid>
      </item>
      <item>
         <title>&#39;if else, if else, if else&#39; </title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1649659079</link>
         <description><![CDATA[<div>from microbit import *<br><br>while True:<br>&nbsp; if button_a.is_pressed():<br>&nbsp; &nbsp; display.show(Image.DUCK)<br>&nbsp; elif button_b.is_pressed():<br>&nbsp; &nbsp; display.show(Image.GIRAFFE)<br>&nbsp; else:<br>&nbsp; &nbsp; display.clear()</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-07-14 16:25:06 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1649659079</guid>
      </item>
      <item>
         <title>&#39;if&#39; comparisons </title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1649671086</link>
         <description><![CDATA[<div>from microbit import *<br><br>while True:<br>&nbsp; if temperature() &lt; 20:<br>&nbsp; &nbsp; display.show(Image.SAD)<br>&nbsp; else:<br>&nbsp; &nbsp; display.show(Image.HAPPY)<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2021-07-14 16:38:29 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1649671086</guid>
      </item>
      <item>
         <title></title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1663561861</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/952230397/3a96f21bf901fce04b111cd69c6173b7/Screenshot_2021_07_29_9_07_44_AM.png" />
         <pubDate>2021-07-29 01:08:50 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1663561861</guid>
      </item>
      <item>
         <title></title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1663563505</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/952230397/62ce4eb126e160ef453255e99f55f006/Screenshot_2021_07_29_9_09_59_AM.png" />
         <pubDate>2021-07-29 01:10:40 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1663563505</guid>
      </item>
      <item>
         <title></title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1663567196</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/952230397/e6a779de08a66e648f3deaa62a98ae74/Screenshot_2021_07_29_9_15_03_AM.png" />
         <pubDate>2021-07-29 01:15:25 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1663567196</guid>
      </item>
      <item>
         <title></title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1663570235</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/952230397/4bc29f56d5915292cb23620204ce3c23/Screenshot_2021_07_29_9_18_30_AM.png" />
         <pubDate>2021-07-29 01:18:47 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1663570235</guid>
      </item>
      <item>
         <title>microbit image </title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1663589451</link>
         <description><![CDATA[<div>from microbit import *<br><br>display.show(Image.HAPPY)</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-07-29 01:39:39 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1663589451</guid>
      </item>
      <item>
         <title></title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1663591905</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/952230397/59925a73a78bcb0677a2bccc4b283b02/Screenshot_2021_07_29_9_41_30_AM.png" />
         <pubDate>2021-07-29 01:42:43 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1663591905</guid>
      </item>
      <item>
         <title>2 or more images</title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1676150543</link>
         <description><![CDATA[<div>from microbit import *<br>display.show(Image.NO)<br>sleep(2000)<br>display.show(Image.STICKFIGURE)</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-08-12 00:51:40 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1676150543</guid>
      </item>
      <item>
         <title></title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1676156076</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/952230397/7746f49621fc6d014107f0ffa7e8704b/Screenshot_2021_08_12_8_55_58_AM.png" />
         <pubDate>2021-08-12 00:56:22 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1676156076</guid>
      </item>
      <item>
         <title>Moisture sensor</title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1676212820</link>
         <description><![CDATA[<div>pin0.read_analog()</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-08-12 01:49:25 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1676212820</guid>
      </item>
      <item>
         <title>if in if case</title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1676223562</link>
         <description><![CDATA[<div>from microbit import *&nbsp;<br><br>while True: if button_b.is_pressed(): display.show(Image('00600:06960:69996:69996:06960')) sleep(1000) if pin0.read_analog()&lt;600: display.show(Image.SAD) sleep(1000) else: display.show(Image.HAPPY) sleep(1000) display.scroll(str(pin0.read_analog()))&nbsp;</div><div><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2021-08-12 01:58:26 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1676223562</guid>
      </item>
      <item>
         <title>Loop</title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1697213540</link>
         <description><![CDATA[<div><br>while True:</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-08-26 01:18:23 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1697213540</guid>
      </item>
      <item>
         <title>Add music</title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1697261504</link>
         <description><![CDATA[<div>from microbit import *<br>import music<br>while True:<br>&nbsp; display.show(Image.MUSIC_QUAVER)<br>&nbsp; if button_a.was_pressed():<br>&nbsp; &nbsp; music.play(music.ENTERTAINER)</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-08-26 01:35:00 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1697261504</guid>
      </item>
      <item>
         <title></title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1697263262</link>
         <description><![CDATA[<ul><li><strong>music.play(music.BA_DING)</strong></li><li><strong>music.play(music.FUNK)</strong></li><li><strong>music.play(music.PUNCHLINE)</strong></li><li><strong>music.play(music.POWER_UP)</strong></li><li><strong>music.play(music.POWER_DOWN)</strong></li></ul><div><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2021-08-26 01:35:33 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1697263262</guid>
      </item>
      <item>
         <title>Both buttons pressed</title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1697292927</link>
         <description><![CDATA[<div><strong>while True:<br>&nbsp; if button_a.is_pressed() and button_b.is_pressed():<br>&nbsp; &nbsp; display.show(Image.SNAKE)<br>&nbsp; else:<br>&nbsp; &nbsp; display.clear()</strong></div>]]></description>
         <enclosure url="" />
         <pubDate>2021-08-26 01:45:24 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1697292927</guid>
      </item>
      <item>
         <title>Many options</title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1697300802</link>
         <description><![CDATA[<div>from microbit import *<br>while True:<br>&nbsp; if button_a.is_pressed() and button_b.is_pressed():<br>&nbsp; &nbsp; display.show(Image.ARROW_N)<br>&nbsp; elif button_b.is_pressed():<br>&nbsp; &nbsp; display.show(Image.ARROW_E)<br>&nbsp; elif button_a.is_pressed():<br>&nbsp; &nbsp; display.show(Image.ARROW_W)<br>&nbsp; else:<br>&nbsp; &nbsp; display.clear()</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-08-26 01:47:55 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1697300802</guid>
      </item>
      <item>
         <title>Variable</title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1697317234</link>
         <description><![CDATA[<div>from microbit import *<br>cheer = "We are the champions!"<br>display.scroll(cheer)<br>display.scroll(cheer)<br>display.scroll("That's right!")<br>display.scroll(cheer)</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-08-26 01:52:57 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1697317234</guid>
      </item>
      <item>
         <title>Variable with button</title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1697339879</link>
         <description><![CDATA[<div>goal = Image.ARROW_W<br>goal = Image.ARROW_W<br>while True:<br>&nbsp; if button_a.is_pressed():<br>&nbsp; &nbsp; display.show(goal)<br>&nbsp; &nbsp; sleep(500)<br>&nbsp; &nbsp; display.clear()<br>&nbsp; if button_b.was_pressed():<br>&nbsp; &nbsp; goal = Image.ARROW_E<br>&nbsp; &nbsp; display.show(goal)</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-08-26 02:00:47 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1697339879</guid>
      </item>
      <item>
         <title>Measuring Time</title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1697341349</link>
         <description><![CDATA[<div>from microbit import *<br>import music<br>start = running_time()<br>music.play(music.ENTERTAINER)<br>end = running_time()<br>duration = end-start<br>display.scroll(str(duration))</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-08-26 02:01:19 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1697341349</guid>
      </item>
      <item>
         <title>Detecting shaker </title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1735320176</link>
         <description><![CDATA[<div>from microbit import *<br><br>while True:<br>&nbsp; if accelerometer.was_gesture("shake"):<br>&nbsp; &nbsp; display.show(Image.HAPPY)<br>&nbsp; &nbsp; sleep(500)<br>&nbsp; &nbsp; display.clear()</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-13 07:34:19 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1735320176</guid>
      </item>
      <item>
         <title></title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1735337465</link>
         <description><![CDATA[<div>up&nbsp;<br>down<br>left<br>right<br>face up<br>face down<br>freefall<br>3g<br>6g<br>8g<br>shake</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-13 07:42:17 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1735337465</guid>
      </item>
      <item>
         <title>Loop between loop</title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1735340728</link>
         <description><![CDATA[<div>from microbit import *<br>import music<br><br>while True:<br>&nbsp; while button_a.is_pressed() == True:<br>&nbsp; &nbsp; music.play(music.BA_DING)</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-13 07:43:59 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1735340728</guid>
      </item>
      <item>
         <title></title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1735342793</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/952230397/97d2662ef1363218b3c46fbafe08f501/Screenshot_2021_09_13_3_44_32_PM.png" />
         <pubDate>2021-09-13 07:44:59 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1735342793</guid>
      </item>
      <item>
         <title>When loop ends</title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1735346055</link>
         <description><![CDATA[<div>from microbit import *<br>while True:<br>&nbsp; while button_a.is_pressed() == False:<br>&nbsp; &nbsp; display.show(Image.DUCK)<br>&nbsp; display.show(Image.COW)<br>&nbsp; sleep(2000)</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-13 07:46:39 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1735346055</guid>
      </item>
      <item>
         <title>is pressed vs. was pressed</title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1735350899</link>
         <description><![CDATA[<div>If you want to make sure that your condition is checked at the start of each loop, you must use <strong>was_pressed()</strong>.<br><br></div><div>This is because <strong>is_pressed()</strong> is checked only once, and if you aren't pressing the button at that <strong>exact same microsecond</strong>, your program is going to miss it!<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-13 07:49:04 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1735350899</guid>
      </item>
      <item>
         <title>Before, during, after</title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1735353601</link>
         <description><![CDATA[<div>from microbit import *<br>while True:<br>&nbsp; display.show(Image.ASLEEP)<br>&nbsp; if button_a.is_pressed():<br>&nbsp; &nbsp; while accelerometer.was_gesture("shake") == False:<br>&nbsp; &nbsp; &nbsp; display.show(Image.MEH)<br>&nbsp; &nbsp; display.show(Image.SURPRISED)<br>&nbsp; &nbsp; sleep(1000)</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-13 07:50:16 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1735353601</guid>
      </item>
      <item>
         <title>Music notes</title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1735378815</link>
         <description><![CDATA[<div>from microbit import *<br>import music<br><br>music.play('C')<br>music.play('D')<br>music.play('E')<br>music.play('F')<br>music.play('G')<br>music.play('A')<br>music.play('B')</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-13 08:02:06 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1735378815</guid>
      </item>
      <item>
         <title>Making variable</title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1735396057</link>
         <description><![CDATA[<div>from microbit import *<br>name = "micro:"<br>display.scroll(name)<br>name = "bit"<br>display.scroll(name)</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-13 08:10:49 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1735396057</guid>
      </item>
      <item>
         <title>Burpee counter</title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1735397814</link>
         <description><![CDATA[<div>from microbit import *<br><br>burpee_count = 0<br>display.show(Image.YES)<br>sleep(1000)<br>display.clear()<br>while True:<br>&nbsp; if button_a.was_pressed():<br>&nbsp; &nbsp; burpee_count = burpee_count + 1<br>&nbsp; &nbsp; display.show(Image.HEART)<br>&nbsp; &nbsp; sleep(100)<br>&nbsp; &nbsp; display.clear()<br>&nbsp; if button_b.was_pressed():<br>&nbsp; &nbsp; display.scroll(str(burpee_count))<br>&nbsp; &nbsp; burpee_count = 0<br>&nbsp; &nbsp; display.show(Image.YES)<br>&nbsp; &nbsp; sleep(1000)<br>&nbsp; &nbsp; display.clear()<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-13 08:11:40 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1735397814</guid>
      </item>
      <item>
         <title>Text vs. messages</title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1735400235</link>
         <description><![CDATA[<div>burpee_count = 0<br>display.show(Image.YES)<br>sleep(1000)<br>display.clear()<br>while True:<br>&nbsp; if button_a.was_pressed():<br>&nbsp; &nbsp; burpee_count = burpee_count + 1<br>&nbsp; &nbsp; display.show(Image.HEART)<br>&nbsp; &nbsp; sleep(100)<br>&nbsp; &nbsp; display.clear()<br>&nbsp; if button_b.was_pressed():<br>&nbsp; &nbsp; display.scroll(str(burpee_count)) # convert integer to string&nbsp;<br>&nbsp; &nbsp; burpee_count = 0<br>&nbsp; &nbsp; display.show(Image.YES)<br>&nbsp; &nbsp; sleep(1000)<br>&nbsp; &nbsp; display.clear()<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-13 08:12:47 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1735400235</guid>
      </item>
      <item>
         <title>Running time</title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1735403796</link>
         <description><![CDATA[<div>from microbit import *<br><br>start = running_time()<br>while True:&nbsp;<br>&nbsp; display.show(Image.YES)<br>&nbsp; &nbsp;&nbsp;<br>&nbsp; if button_b.is_pressed():<br>&nbsp; &nbsp; time = running_time() - start<br>&nbsp; &nbsp; display.scroll(str(time))<br>&nbsp; &nbsp; display.scroll('ms')</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-13 08:14:26 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1735403796</guid>
      </item>
      <item>
         <title>Sending message </title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1736218000</link>
         <description><![CDATA[<div>from microbit import *<br>import radio<br><br>radio.on()<br>radio.send('Open sesame')</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-13 14:11:30 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1736218000</guid>
      </item>
      <item>
         <title>Receiving message</title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1736220174</link>
         <description><![CDATA[<div>from microbit import *<br>import radio<br><br>radio.on()<br>while True:<br>&nbsp; message = radio.receive()<br>&nbsp; if message:<br>&nbsp; &nbsp; display.scroll(message)</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-13 14:11:59 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1736220174</guid>
      </item>
      <item>
         <title>Comparing messages</title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1736232241</link>
         <description><![CDATA[<div>from microbit import *<br>import radio<br><br>radio.on()<br>while True:<br>&nbsp; message = radio.receive()<br>&nbsp; if message == 'smile':<br>&nbsp; &nbsp; display.show(Image.HAPPY)</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-13 14:15:17 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1736232241</guid>
      </item>
      <item>
         <title>Check all messages</title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1736233988</link>
         <description><![CDATA[<div>from microbit import *<br>import radio<br><br>radio.on()<br>while True:<br>&nbsp; message = radio.receive()<br>&nbsp; if message == 'smile':<br>&nbsp; &nbsp; display.show(Image.HAPPY)<br>&nbsp; elif message == 'frown':<br>&nbsp; &nbsp; display.show(Image.SAD)</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-13 14:15:47 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1736233988</guid>
      </item>
      <item>
         <title>Morse Code</title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1736245644</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/952230397/4e0c86d9e58fbe58b083154454154fe2/Screenshot_2021_09_13_10_18_41_PM.png" />
         <pubDate>2021-09-13 14:19:03 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1736245644</guid>
      </item>
      <item>
         <title>Math</title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1736316175</link>
         <description><![CDATA[<div>from microbit import *<br>&nbsp;<br>answer = 0<br>while True:<br>&nbsp; if button_a.is_pressed() == True:<br>&nbsp; &nbsp; answer = answer + 2<br>&nbsp; &nbsp; display.scroll(str(answer))</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-13 14:37:43 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1736316175</guid>
      </item>
      <item>
         <title>Converting milliseconds to seconds </title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1736318481</link>
         <description><![CDATA[<div>from microbit import *<br>import music<br><br>start = running_time()<br>music.play(music.ENTERTAINER)<br>end = running_time()<br>duration = (end - start) / 1000<br>display.scroll(str(duration))<br>display.scroll("seconds")<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-13 14:38:18 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1736318481</guid>
      </item>
      <item>
         <title>Loop math</title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1736327408</link>
         <description><![CDATA[<div>from microbit import *<br>age = 12<br>while True:<br>&nbsp; display.scroll(str(age))<br>&nbsp; age = age + 5</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-13 14:40:43 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1736327408</guid>
      </item>
      <item>
         <title>using individual pixels </title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1736374028</link>
         <description><![CDATA[<div>from microbit import *<br><br>my_image = Image('90909:'<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; '90009:'<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; '90009:'<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; '90009:'<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; '90909:')<br>display.show(my_image)</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-13 14:52:46 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1736374028</guid>
      </item>
      <item>
         <title>X and Y axis </title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1736379655</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/952230397/9967a566f81f3db848b9881fa2670a49/Screenshot_2021_09_13_10_54_02_PM.png" />
         <pubDate>2021-09-13 14:54:23 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1736379655</guid>
      </item>
      <item>
         <title>Pixels in variables </title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1736385386</link>
         <description><![CDATA[<div>from microbit import *<br>x = 0<br>while True:<br>&nbsp; display.set_pixel(x,0,9)<br>&nbsp; if button_a.was_pressed():<br>&nbsp; &nbsp; display.clear()<br>&nbsp; &nbsp; if x == 4:<br>&nbsp; &nbsp; &nbsp; x = 0<br>&nbsp; &nbsp; else:&nbsp; &nbsp;&nbsp;<br>&nbsp; &nbsp; &nbsp; x = x + 1</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-13 14:55:59 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1736385386</guid>
      </item>
      <item>
         <title>Accelerometre axes </title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1736397761</link>
         <description><![CDATA[<div>from microbit import *<br><br>while True:<br>&nbsp; if accelerometer.get_y() &gt; 200:<br>&nbsp; &nbsp; display.show(Image.SURPRISED)<br>&nbsp; else:<br>&nbsp; &nbsp; display.show(Image.ASLEEP)</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-13 14:59:19 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1736397761</guid>
      </item>
      <item>
         <title></title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1736404960</link>
         <description><![CDATA[<div>accelerometer.get_x()<br>accelerometer.get_y()<br>accelerometer.get_z()</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-13 15:01:03 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1736404960</guid>
      </item>
      <item>
         <title>Turning into a channel</title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1736423499</link>
         <description><![CDATA[<div>from microbit import *<br>import radio<br><br>radio.on()<br>radio.config(channel=20)</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-13 15:06:10 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1736423499</guid>
      </item>
      <item>
         <title>State flags</title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1736453084</link>
         <description><![CDATA[<div>from microbit import *<br><br>showing = False<br>while True:<br>&nbsp; if button_a.was_pressed():<br>&nbsp; &nbsp; if showing:<br>&nbsp; &nbsp; &nbsp; display.clear()<br>&nbsp; &nbsp; &nbsp; showing = False<br>&nbsp; &nbsp; else:<br>&nbsp; &nbsp; &nbsp; display.show(Image.HEART)<br>&nbsp; &nbsp; &nbsp; showing = True</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-13 15:13:52 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1736453084</guid>
      </item>
      <item>
         <title>Single string</title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1736482811</link>
         <description><![CDATA[<div>from microbit import *<br>import radio<br><br>radio.on()<br>while True:<br>&nbsp; message = radio.receive()<br>&nbsp; if message and message.startswith('brillig:'):<br>&nbsp; &nbsp; display.scroll(message)</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-13 15:22:12 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1736482811</guid>
      </item>
      <item>
         <title>Joining strings </title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1736483957</link>
         <description><![CDATA[<div>from microbit import *<br>import radio<br><br>radio.on()<br>clear_signal = 'clear'<br><br>while True:<br>&nbsp; message = radio.receive()<br>&nbsp; if message and message.startswith('brillig:'):<br>&nbsp; &nbsp; if message == 'brillig:' + clear_signal:<br>&nbsp; &nbsp; &nbsp; display.clear()<br>&nbsp; &nbsp; else:<br>&nbsp; &nbsp; &nbsp; display.scroll(message)</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-13 15:22:30 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1736483957</guid>
      </item>
      <item>
         <title></title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1744274455</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/952230397/6f7aca36cd04387b2c36a53bdb114743/image.png" />
         <pubDate>2021-09-16 00:30:39 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1744274455</guid>
      </item>
      <item>
         <title></title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1983153610</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/952230397/d113a8eadc32fe5e2a880265b425c6d6/EFC9E919_CFD9_42B1_80C2_3DA00FBEACEF.jpg" />
         <pubDate>2022-01-10 06:11:17 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/1983153610</guid>
      </item>
      <item>
         <title>Loop</title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/2138750945</link>
         <description><![CDATA[<div>"for loop" -&gt; has a variable (usually, i) defines variable itself<br><br>"while loop" -&gt; does not define its variable itself -&gt; outside the loop, you have to define it itself</div>]]></description>
         <enclosure url="" />
         <pubDate>2022-04-11 06:41:17 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/2138750945</guid>
      </item>
      <item>
         <title>Boolean</title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/2138754796</link>
         <description><![CDATA[<div>Variable type of true or false&nbsp;<br>bool(True)<br><br>isnumeric = number</div>]]></description>
         <enclosure url="" />
         <pubDate>2022-04-11 06:44:47 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/2138754796</guid>
      </item>
      <item>
         <title>&#39;If-else&#39;/&#39;For&#39;/&#39;While&#39;</title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/2155970537</link>
         <description><![CDATA[<div>'If-else': once only<br><br>'For': repeat for said number of times<br><br>'While': do until said number</div>]]></description>
         <enclosure url="" />
         <pubDate>2022-04-25 05:57:07 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/2155970537</guid>
      </item>
      <item>
         <title>List</title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/2155979414</link>
         <description><![CDATA[<div>for storage</div>]]></description>
         <enclosure url="" />
         <pubDate>2022-04-25 06:06:43 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/2155979414</guid>
      </item>
      <item>
         <title></title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/2309089588</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/952230397/29525a53697d4c0f2abbbb36fdae5b1a/chapter1.pdf" />
         <pubDate>2022-09-22 16:19:38 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/2309089588</guid>
      </item>
      <item>
         <title></title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/2309091776</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/952230397/250c7dc74f2e5e5dbac2cecc14da0ea7/chapter2.pdf" />
         <pubDate>2022-09-22 16:20:59 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/2309091776</guid>
      </item>
      <item>
         <title></title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/2309094400</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/952230397/1586ae1152a4d20cf541cb25a71f4239/chapter3.pdf" />
         <pubDate>2022-09-22 16:22:40 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/2309094400</guid>
      </item>
      <item>
         <title></title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/2309094661</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/952230397/e96bab91751f89f23fb7d4c0e8754fe6/chapter4.pdf" />
         <pubDate>2022-09-22 16:22:50 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/2309094661</guid>
      </item>
      <item>
         <title></title>
         <author>jimjams</author>
         <link>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/2309099036</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/952230397/73d9791ce95d0799b2fe89beb70c733b/Term_3_Slides.pdf" />
         <pubDate>2022-09-22 16:25:32 UTC</pubDate>
         <guid>https://padlet.com/jimjams/ygz54ejoxeohf8mf/wish/2309099036</guid>
      </item>
   </channel>
</rss>
