Write a program that accepts a whole number as input, multiplies that number by 12, and then outputs the product.
Cause im doing edhesive and its hard please help me
Answers
Answered by
4
Answer:
try:
a = int(input("Enter number: "
))
print ( " Product (x12) = " + str
(a * 12))
except:
print("Entered not a number")
Brainliest .. ! ❤
Similar questions