You need to calculate the flight time of an upcoming trip. You are flying from LA to Sydney, covering a distance of 7425 miles, | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 3

You need to calculate the flight time of an upcoming trip. You are flying from LA to Sydney, covering a distance of 7425 miles,

What is the python code? Please solve

4th Dec 2021, 2:36 PM
Ls-hack
Ls-hack - avatar
1 Answer
+ 1
speed = miles/hours speed and miles are given now calculate time. Hint : user floor division ( //) operator to calculate time in minutes.
4th Dec 2021, 2:41 PM
A͢J
A͢J - avatar