pxt-calliope/docs/lessons/snowflake-fall/quiz-answers.md
Michael Elliot Braun c43088c099 quiz update
2016-03-29 11:57:50 -07:00

869 B

snowflake fall blocks quiz answers

Create a snowflake fall animation.

This is the answer key for the snowflake fall quiz.

1. What is a forever loop?

Run code in the background forever (answers may vary).

2. Draw the picture that will be produced with this code

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!