Write a program that accepts a whole number as input, multiplies that number by 12, and then outputs the product.
number = int(input('Input the number:')) print(number * 12)
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment