Computer Science, asked by priyankadimri87, 4 months ago

5- Write a program in Python to read distance in miles and print in Kilometers. with output​

Answers

Answered by lakdakYTDV
0

Answer:

d = float(input("Please enter the distance in  miles like : 1 mile :-"))

s = (d * 1.6)

print("Distance in km is", s)

Hey!! Please first copy-paste the program in python then run  ya will get the output!!!

Pls mark as brainliest

Similar questions