diff --git a/python-for-beginners/08 - Handling conditions/README.md b/python-for-beginners/08 - Handling conditions/README.md index ab228795..e1260216 100644 --- a/python-for-beginners/08 - Handling conditions/README.md +++ b/python-for-beginners/08 - Handling conditions/README.md @@ -14,7 +14,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