Learning Intention
To see and understand the connection between the written code, the block code and the flow chart.
This is the comparison between the Python coding, the blocks and the flowchart for making the Microbit act like a dice.
Learning Intention
To see and understand the connection between the written code, the block code and the flow chart.
This is the comparison between the Python coding, the blocks and the flowchart for making the Microbit act like a dice.
Learning Intention
To learn how to code the Microbit in Python.
This first one shows the Python coding for a flashing heart. It flashes between a small heart icon and a large heart icon. The main thing to notice between the Python coding and the blocks is that the forever loop is at the top and bottom of the content in both.