Remove Rocket Image/ Fix Link (#22271)

Removed rocket image or fix the link to properly display the image
This commit is contained in:
vincentgallo
2018-11-18 07:17:24 -06:00
committed by Tom
parent 754384ebf9
commit 197b9dc693

View File

@ -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([])) # Returns False as list is empty and equal to 0 according to truth value testing
![:rocket:](//forum.freecodecamp.com/images/emoji/emoji_one/rocket.png?v=2 ":rocket:") <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>