summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislav (Stanley) Modrak <44023416+smith558@users.noreply.github.com>2022-10-26 18:07:08 +0100
committerGitHub <noreply@github.com>2022-10-26 18:07:08 +0100
commite3ee5b81faad348586ff50dda2100046bd17591f (patch)
tree64c90c5310200ef6019d026291791bb01cb98816
parent0f97d7cc873baf6b6af1354056f1524bce0b2c24 (diff)
Update python.html.markdown
-rw-r--r--python.html.markdown3
1 files changed, 2 insertions, 1 deletions
diff --git a/python.html.markdown b/python.html.markdown
index 4aeb93f4..4382181f 100644
--- a/python.html.markdown
+++ b/python.html.markdown
@@ -9,6 +9,7 @@ contributors:
- ["Rommel Martinez", "https://ebzzry.io"]
- ["Roberto Fernandez Diaz", "https://github.com/robertofd1995"]
- ["caminsha", "https://github.com/caminsha"]
+ - ["Stanislav Modrak", "https://stanislav.gq"]
filename: learnpython.py
---
@@ -81,7 +82,7 @@ False - 5 # => -5
# Comparison operators look at the numerical value of True and False
0 == False # => True
-1 == True # => True
+2 > True # => True
2 == True # => False
-5 != False # => True