Fix randomInt
This commit is contained in:
@ -23,7 +23,7 @@ input.onPinPressed(TouchPin.P0, () => {
|
||||
## 3. What does this line of code doing?
|
||||
|
||||
```blocks
|
||||
let x = Math.randomInt(9)
|
||||
let x = Math.randomRange(0, 9)
|
||||
```
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user