mirror of
https://github.com/satwikkansal/wtfpython
synced 2025-07-04 20:38:06 +02:00
Add statement in output
Adds None==None statement in explicit string casting example.
This commit is contained in:
parent
8e69c66246
commit
86715d646e
1 changed files with 2 additions and 0 deletions
2
README.md
vendored
2
README.md
vendored
|
@ -1177,6 +1177,8 @@ nan
|
|||
ValueError: could not convert string to float: some_other_string
|
||||
>>> a == -c #inf==inf
|
||||
True
|
||||
>>> None == None # None==None
|
||||
True
|
||||
>>> b == d #but nan!=nan
|
||||
False
|
||||
>>> 50/a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue