We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc262f2 commit 2fda1efCopy full SHA for 2fda1ef
1 file changed
README.md
@@ -755,6 +755,7 @@ another_dict[1.0] = "Python"
755
>>> some_bool = True
756
>>> "wtf"*some_bool
757
'wtf'
758
+>>> some_bool = False
759
760
''
761
```
0 commit comments