Update index.md (#22032)
This commit is contained in:
@ -34,6 +34,6 @@ The `any()` operation is equivalent to (internally, may not be implemented exact
|
|||||||
print(any([0, 6, 7])) #=> True
|
print(any([0, 6, 7])) #=> True
|
||||||
print(any([9, 8, [1, 2]])) #=> True
|
print(any([9, 8, [1, 2]])) #=> True
|
||||||
|
|
||||||
 <a href='https://repl.it/CL9c/0' target='_blank' rel='nofollow'>Run Code</a>
|
<a href='https://repl.it/CL9c/0' target='_blank' rel='nofollow'>Run Code</a>
|
||||||
|
|
||||||
<a href='https://docs.python.org/3/library/functions.html#any' target='_blank' rel='nofollow'>Official Docs</a>
|
<a href='https://docs.python.org/3/library/functions.html#any' target='_blank' rel='nofollow'>Official Docs</a>
|
||||||
|
Reference in New Issue
Block a user