Skip to content

Commit 86715d6

Browse files
committed
Add statement in output
Adds None==None statement in explicit string casting example.
1 parent 8e69c66 commit 86715d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1177,6 +1177,8 @@ nan
11771177
ValueError: could not convert string to float: some_other_string
11781178
>>> a == -c #inf==inf
11791179
True
1180+
>>> None == None # None==None
1181+
True
11801182
>>> b == d #but nan!=nan
11811183
False
11821184
>>> 50/a

0 commit comments

Comments
 (0)