From 2fd65ff1842a136a82730c9413cc1e978c18f449 Mon Sep 17 00:00:00 2001 From: Tomasz Muras Date: Sun, 24 May 2020 12:32:19 +0200 Subject: [PATCH] Typo: > instead of < --- python-for-beginners/10 - Complex conditon checks/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-for-beginners/10 - Complex conditon checks/readme.md b/python-for-beginners/10 - Complex conditon checks/readme.md index 2edc7f33..0a26a234 100644 --- a/python-for-beginners/10 - Complex conditon checks/readme.md +++ b/python-for-beginners/10 - Complex conditon checks/readme.md @@ -23,7 +23,7 @@ else: [Comparison operators](https://docs.python.org/3/library/stdtypes.html#comparisons) - < less than -- < greater than +- \> greater than - == is equal to - \>= greater than or equal to - <= less than or equal to