Write a python program to convert 10 kilometers into meters. [Hint: 1km = 1000m].
Answers
Answered by
0
Answer:
km is an integer variable if anybody passed as string no prblm we are converting into int
In this function we just nees to build one relation that is m= 1000*km
Attachments:
Similar questions