mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-06 14:56:54 +02:00
Update python.html.markdown
This commit is contained in:
committed by
GitHub
parent
0f97d7cc87
commit
e3ee5b81fa
@@ -9,6 +9,7 @@ contributors:
|
|||||||
- ["Rommel Martinez", "https://ebzzry.io"]
|
- ["Rommel Martinez", "https://ebzzry.io"]
|
||||||
- ["Roberto Fernandez Diaz", "https://github.com/robertofd1995"]
|
- ["Roberto Fernandez Diaz", "https://github.com/robertofd1995"]
|
||||||
- ["caminsha", "https://github.com/caminsha"]
|
- ["caminsha", "https://github.com/caminsha"]
|
||||||
|
- ["Stanislav Modrak", "https://stanislav.gq"]
|
||||||
filename: learnpython.py
|
filename: learnpython.py
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -81,7 +82,7 @@ False - 5 # => -5
|
|||||||
|
|
||||||
# Comparison operators look at the numerical value of True and False
|
# Comparison operators look at the numerical value of True and False
|
||||||
0 == False # => True
|
0 == False # => True
|
||||||
1 == True # => True
|
2 > True # => True
|
||||||
2 == True # => False
|
2 == True # => False
|
||||||
-5 != False # => True
|
-5 != False # => True
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user