Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

meter to cm in python

# def meter(cm):
    # return (cm *(c/100))

c = int(input("Enter centimeter to convert in meter :"))
print(" The  conversion of centimeter to meter is ",c*100 )
 
PREVIOUS NEXT
Tagged: #meter #cm #python
ADD COMMENT
Topic
Name
6+2 =