# Relational operators are used to compare two values. # They always return True or False. # We use them inside if statements to make decisions.
natquery/ │ ├── pyproject.toml ├── README.md ├── requirements.txt │ ├── natquery/ │ ├── __init__.py │ │ # ===== │ # 1. CLI ...