mirror of
https://github.com/satwikkansal/wtfpython
synced 2025-07-04 20:38:06 +02:00
Fix missing statement
Fixes https://github.com/satwikkansal/wtfpython/issues/57
This commit is contained in:
parent
fc262f2444
commit
2fda1ef070
1 changed files with 1 additions and 0 deletions
1
README.md
vendored
1
README.md
vendored
|
@ -755,6 +755,7 @@ another_dict[1.0] = "Python"
|
|||
>>> some_bool = True
|
||||
>>> "wtf"*some_bool
|
||||
'wtf'
|
||||
>>> some_bool = False
|
||||
>>> "wtf"*some_bool
|
||||
''
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue