1
0
mirror of https://github.com/satwikkansal/wtfpython synced 2024-06-03 11:58:02 +02:00
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:
Satwik Kansal 2017-09-01 04:32:03 +05:30
parent 3c97d1b980
commit d91404dc69

2
README.md vendored
View File

@ -1175,7 +1175,7 @@ True
>>> b == d #but nan!=nan
False
>>> 50/a
0
0.0
>>> a/a
nan
>>> 23 + b