The following are the operators used to form conditions. The
result of any expression using a relational operator will be either True or False.
Operator
|
Meaning
|
<
|
Less than
|
>
|
Greater than
|
<=
|
Less than or equal to
|
>=
|
Greater than or equal to
|
=
|
Equal to
|
<>
|
Not equal to
|
No comments:
Post a Comment