- 1
Python first challenge
How to solve this quiz
30 Respostas
+ 1
speed = distance/time
+ 3
It's not even programming problem, just basic math
+ 2
Hi! "flight time" or "exponentiation"?
+ 2
use the analogy method. you need to calculate the time. you have the distance and the speed: you personally ran a distance of 10 km at a speed of 12 km/h. how long did you cover this distance? write the calculation formula
+ 2
show me how you calculated it?
+ 2
But you have distance and velocity, so if
velocity*time=distance, then how will you transform it to get time?
+ 1
If you have to travel 7425 miles with average speed 550 miles per hour, what will you do to get time needed to cover the distance? You need one mathematical operation
+ 1
why do you try to make simple things complicated? you have a distance to cover and a speed. how do calculate the time?
+ 1
No Yasser Bebo ,its 1h40min. 40/60 is not the same as 40/100.
Just share your calculations, whole equation, not just result
+ 1
1. distance
2. speed
3. time
+ 1
combine these three words to get the time
0
Yasser Bebo which you have to figure out by yourself. It's an easy task
0
Juan Pablo Segundo if it's easy for you, it doesn't mean it's easy for beginners, that's why I had to ask, thanks ^^
0
Juan Pablo Segundo believe me when I say I've tried my best š
I just tried this way
Print ( (7425 // 550) + (7425 % 550) ) and it was false too :(
0
That's why I needed some help because I don't like to keep going on course while I can't understand something if you got what I mean š Juan Pablo Segundo
0
Yaroslav Vernigora if you can help me understand this simple task I'll appreciate it very much my friend.
0
do you have a car?
0
0
you need to drive 100 km by car. you know that the allowed speed of movement will be 60 km/h. you will move at this constant speed. how long will it take you to travel 100km?