How can I solve the python problem?(Help me to solve) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

How can I solve the python problem?(Help me to solve)

You need to calculate the flight time of an upcoming trip. You are flying from LA to Sydney, covering a distance of 7425 miles, the plane flies at an average speed of 550 miles an hour. Calculate and output the total flight time in hours. Hint The result should be a float. Use the print statement to output the result.

30th Jan 2022, 2:33 AM
TANJIL HASNAT
1 Answer
+ 6
time equals distance over speed
30th Jan 2022, 2:52 AM
L.M.Paredes
L.M.Paredes - avatar