4. 4. Comparison Operators

Create two variables:

x = 25 y = 40

Write code to check and print:

  • if x is greater than y

  • if x is equal to y

  • if y is greater than x