mirror of
https://github.com/satwikkansal/wtfpython
synced 2025-07-04 20:38:06 +02:00
Fix typo
Changes 0 to 0.0 in the output of explicit string typecasting example. Fixes https://github.com/satwikkansal/wtfPython/issues/13
This commit is contained in:
parent
3c97d1b980
commit
d91404dc69
1 changed files with 1 additions and 1 deletions
2
README.md
vendored
2
README.md
vendored
|
@ -1175,7 +1175,7 @@ True
|
|||
>>> b == d #but nan!=nan
|
||||
False
|
||||
>>> 50/a
|
||||
0
|
||||
0.0
|
||||
>>> a/a
|
||||
nan
|
||||
>>> 23 + b
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue