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
1 changed files with 1 additions and 1 deletions

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