Computer Science, asked by arjunamravati7, 18 hours ago

how to convert meter to km in python​

Answers

Answered by dhirajchaurasiya018
1

Answer:

Here, I am using float() function to take or store a float number which is also known as a decimal number just like 9. 67042 is a type of float which we use in Python3 language.

...

Answer:

  • a=float(input('enter the value in kilometer\n'))
  • =a*1000.
  • print("Length in metre is",z)

Answered by amarjit2112
0

Answer:

here is your answer in attachment

Explanation:

foll ow me

Attachments:
Similar questions