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.

Submission

Submit your assignment HERE

This is how we grade:

  • 1.0 = above and beyond - mortensen level code
  • 0.95 = challenge hack completed + all other hacks are well done
  • 0.9 = all hacks completed, but challenge is not attempted/not good
  • 0.85 = hacks are not well made / incomplete
  • 0.75 = some hacks are missing
  • 0.5 = not submitted

Answer:

See an example solution