time = 3
v = float(input("Скорость (км/ч): "))
print("Расстояние:", round(time * v, 3), "км")
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
time = 3
v = float(input("Скорость (км/ч): "))
print("Расстояние:", round(time * v, 3), "км")