0
can't solve first time-of-flight project in phyton beginner. someone help me?
5 Respuestas
+ 8
Rony ,
we are willing to help you, when you show us your attempt first. please put your code in playground and link it here.
thanks!
+ 2
Hi! The task sounds good, we know her. Please, show us your code attempt for better help.
+ 1
You need to calculate the flight time of an upcoming trip. You are going to fly from Los Angeles to Sydney, covering a distance of 7425 miles, the plane flies at an average speed of 550 miles per hour.
Calculate and generate the total flight time in hours.
0
I already resolved it thanks...
0
The code was very simple
Print(7425 / 550)
I needed a float