pxt-microbit
Version:
micro:bit target for Microsoft MakeCode (PXT)
47 lines (23 loc) • 729 B
Markdown
# snowflake fall blocks quiz
Create a snowflake fall animation
## Name
## Directions
Use the hints in the [snowflake fall activity](/lessons/snowflake-fall/activity) to answer this quiz!
## 1. What is a forever loop?
## 2. Draw the picture that will be produced with this code
```blocks
basic.forever(() => {
basic.showLeds(`
. # . # .
# # # # #
# # # # #
. # # # .
. . # . .`);
});
```

## 3. Write the code for a forever loop and show LEDS for these images!

## 4. Write the code for a forever loop and show LEDS for these images!

