Quiz

Homework Hack

Write a Python program that takes two numbers as input from the user. The program should:

  • Determine if the numbers are equal.
  • If the numbers are different, print which number is larger.

Answer:

See an example solution