Fix example for just_the_buzz (#3914)
This commit is contained in:
@@ -141,8 +141,8 @@ def just_the_buzz(number):
|
|||||||
>>> just_the_buzz(15)
|
>>> just_the_buzz(15)
|
||||||
'Buzz!'
|
'Buzz!'
|
||||||
|
|
||||||
>>> just_the_buzz(10)
|
>>> just_the_buzz(7)
|
||||||
'10'
|
'7'
|
||||||
```
|
```
|
||||||
|
|
||||||
## Truthy and Falsy
|
## Truthy and Falsy
|
||||||
|
|||||||
Reference in New Issue
Block a user