We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4670a5 commit de431a0Copy full SHA for de431a0
en/python_introduction/README.md
@@ -336,9 +336,9 @@ Give Python two more tasks:
336
`>` and `<` are easy, but what do `>=` and `<=` mean? Read them like this:
337
338
- x `>` y means: x is greater than y
339
-- x `<` y means: x is smaller than y
340
-- x `<=` y means: x is smaller or equal to y
341
-- x `>=` y means: x is greater or equal to y
+- x `<` y means: x is less than y
+- x `<=` y means: x is less than or equal to y
+- x `>=` y means: x is greater than or equal to y
342
343
Awesome! Wanna do one more? Try this:
344
0 commit comments