so i Am stuck on the asinment where you have to calculate the fly time. this may be an easy fix but i can' figure it out. | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

so i Am stuck on the asinment where you have to calculate the fly time. this may be an easy fix but i can' figure it out.

20th Jan 2022, 6:08 PM
Gamr Kidbeast
6 Respostas
+ 4
time = distance/speed
20th Jan 2022, 6:12 PM
Simba
Simba - avatar
+ 1
If you share your attempt it would be much easier to help you!
20th Jan 2022, 6:13 PM
CGM
CGM - avatar
0
the code i used was print("7425//550")then i tried many other variations of this but i would not work.
20th Jan 2022, 6:53 PM
Gamr Kidbeast
20th Jan 2022, 11:13 PM
Emerson Prado
Emerson Prado - avatar
0
print (ā€œ7425//550ā€) will print a string wonā€™t print an integer or the giving Answer..
21st Jan 2022, 8:53 PM
Kelvin ļ£æ Sintim ļ£æ
Kelvin ļ£æ Sintim ļ£æ - avatar
0
Answer: print (7425//550) Output: 3
21st Jan 2022, 8:55 PM
Kelvin ļ£æ Sintim ļ£æ
Kelvin ļ£æ Sintim ļ£æ - avatar