738 B
738 B
snowflake fall blocks quiz
Create a snowflake fall animation
Name
Directions
Use the hints in the snowflake fall activity to answer this quiz!
1. What is a forever loop?
2. Draw the picture that will be produced with this code
basic.forever(() => {
basic.showLeds(`
. # . # .
# # # # #
# # # # #
. # # # .
. . # . .`);
});