Skip to content

Commit 9f1bd05

Browse files
authored
Fix Makecode loading crash with global score
1 parent a16bac2 commit 9f1bd05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/lesson9/lesson9.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ In the code you have been given a variable named `||variables:score||`, add **1*
5656
Edit the condition in the while loop, so that it only loops when `||variables:score||` is less than or equal to **15**.
5757
Add two splash screens at the start and the end of the game using the `||gameplay:show title||` command. Declare the `||variable:score||` variable
5858
as global, using the command:
59-
```python
59+
```
6060
global score
6161
```
6262

0 commit comments

Comments
 (0)