- 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
1 Answer
+ 1
speed = miles/hours
speed and miles are given now calculate time.
Hint : user floor division ( //) operator to calculate time in minutes.