Add statement in output

Adds None==None statement in explicit string casting
example.
This commit is contained in:
Satwik Kansal 2017-09-01 13:52:18 +05:30
parent 8e69c66246
commit 86715d646e
1 changed files with 2 additions and 0 deletions

2
README.md vendored
View File

@ -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