Fix example for just_the_buzz (#3914)

This commit is contained in:
maekki
2025-06-01 20:41:42 +02:00
committed by GitHub
parent 085aeb1dbf
commit fad4221ce9

View File

@@ -141,8 +141,8 @@ def just_the_buzz(number):
>>> just_the_buzz(15)
'Buzz!'
>>> just_the_buzz(10)
'10'
>>> just_the_buzz(7)
'7'
```
## Truthy and Falsy