Skip to content

Commit

Permalink
Fix Makecode loading crash with global score
Browse files Browse the repository at this point in the history
  • Loading branch information
gbaman authored Jul 19, 2022
1 parent a16bac2 commit 9f1bd05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lesson9/lesson9.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ In the code you have been given a variable named `||variables:score||`, add **1*
Edit the condition in the while loop, so that it only loops when `||variables:score||` is less than or equal to **15**.
Add two splash screens at the start and the end of the game using the `||gameplay:show title||` command. Declare the `||variable:score||` variable
as global, using the command:
```python
```
global score
```

Expand Down

0 comments on commit 9f1bd05

Please sign in to comment.