The relational operators in Python are the same as in Java: !=, <, <=, ==, >=, and >.
!=
<
<=
==
>=
>
Fill in the placeholders so that the actual outputs match the expected outputs.