0
problem with simple measurement #python
I have that code: d=float(input('Distance: ')) t=float(input('Time: ')) s=d/t print('Speed:', s) How can i add units(m/s) in the output? Ex: Distance: 50 Time: 2 Speed: 25 m/s
1 Answer
0
prin('Speed:', s, 'm//s')
Hot today
Тренажер кода
2 Votes
help my code does not iterate
0 Votes
What's wrong with this??
0 Votes
What is the problem 🤨🧐??
1 Votes
Generador de divicion python.
1 Votes