Remove Rocket Image/ Fix Link (#22271)
Removed rocket image or fix the link to properly display the image
This commit is contained in:
@ -54,6 +54,6 @@ There are three Boolean Operators they are `and`, `or`, and `not`.
|
|||||||
print(bool((2,3,4))) # Returns True as tuple is a non-zero value
|
print(bool((2,3,4))) # Returns True as tuple is a non-zero value
|
||||||
print(bool([])) # Returns False as list is empty and equal to 0 according to truth value testing
|
print(bool([])) # Returns False as list is empty and equal to 0 according to truth value testing
|
||||||
|
|
||||||
 <a href='https://repl.it/CVCS/2' target='_blank' rel='nofollow'>Run Code</a>
|
<a href='https://repl.it/CVCS/2' target='_blank' rel='nofollow'>Run Code</a>
|
||||||
|
|
||||||
<a href='https://docs.python.org/3/library/functions.html#bool' target='_blank' rel='nofollow'>Official Docs</a>
|
<a href='https://docs.python.org/3/library/functions.html#bool' target='_blank' rel='nofollow'>Official Docs</a>
|
||||||
|
Reference in New Issue
Block a user