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