metros = float(input("digite a medida em metros: ")) centimetros = metros * 100 print("Em centimetros:", centimetros, "cm")
To embed this project on your website, copy the following code and paste it into your website's HTML: