python code to convert metre to centimetre
Answers
Answered by
1
Answer:
Explanation: number=int(input("Enter a number into meter")) #take the input from the user. print("The Centimeter of the "+ str(number)+" meter is "+str(number*100)) // convert the number into Centimeter and print it.
Similar questions
Science,
5 months ago
Social Sciences,
5 months ago
English,
5 months ago
Physics,
10 months ago
Geography,
1 year ago