79827892

Date: 2025-11-23 13:33:46
Score: 1.5
Natty:
Report link

The following will ask for two numbers to multiply:


Number1 = int(input("Type in the first number: "))
Number2 = int(input("Type in teh second number:"))
print("The answer is", Number1*Number2)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: BeginnertoPyth