quiz update
This commit is contained in:
@ -16,13 +16,36 @@ The extra empty image with show LED creates a blinking smiley, allowing the micr
|
||||
|
||||
## 3. Draw the image created with this code
|
||||
|
||||

|
||||
```blocks
|
||||
basic.showLeds(`
|
||||
. # . # .
|
||||
. # . # .
|
||||
. . . . .
|
||||
# . . . #
|
||||
. # # # .
|
||||
`)
|
||||
```
|
||||
|
||||

|
||||
|
||||
## 4. Write the code to make this image
|
||||
|
||||

|
||||
```blocks
|
||||
basic.showLeds(`
|
||||
. # . # .
|
||||
. # . # .
|
||||
. . . . .
|
||||
# . . . #
|
||||
. # # # .
|
||||
`)
|
||||
basic.showLeds(`
|
||||
. . . . .
|
||||
. . . . .
|
||||
. . . . .
|
||||
. . . . .
|
||||
. . . . .
|
||||
`)
|
||||
```
|
||||
|
||||

|
||||
|
||||
|
Reference in New Issue
Block a user