Microbit lesson 1!

Sahileisenhower
Nov 26, 2020

I am learning how to program my Microbit.

I am going through lessons on https://microbit.org/projects/make-it-code-it/?filters=beginner

I learned that this line of code:

tells Python to open the Microbit library (from microbit), pick out all the books from the library, read and learn everything out of those books (import *). The next line of code is

it tells Python to show an image of a heart on the microbit LED display.

I could also change the heart into a ghost, duck, or a happy face by replacing the word HEART with GHOST, DUCK or HAPPY.

Here’s a picture of the Microbit showing an image of a smiley face.
Here’s a picture of the Microbit showing an image of a duck.
Here’s a picture of the Microbit showing an image of a ghost.

By doing this lesson, I also learned how to take screenshots on my mac. I can do this by pressing control+shift+command+4.

--

--