a=float(input("Ingrese un valor en metros para convertirlo a kilometros:")) b= a/1000 print(a," metros es igual a ", b," kilometros")
To embed this project on your website, copy the following code and paste it into your website's HTML: