Computer Science, asked by nirmaladulal1, 1 month ago

wap to input length in km and convert into m

Answers

Answered by shaikandshaik11428
2

Explanation:

a=input('enter the number in km')

print(a*1000)

Answered by YourHelpingTutor
1

To convert from kilometers to meters, simply multiply the number of kilometers by 1,000 and change the units to m.

Similar questions