Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python-for-beginners/08 - Handling conditions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down