Ответ:
отметь как лучший
Объяснение:
x = 1614
v=50
t=x/v
print(t)
if t>24:
print("Более суток: ", (t),'ч.')
else: print("Время = ", (t))
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
отметь как лучший
Объяснение:
x = 1614
v=50
t=x/v
print(t)
if t>24:
print("Более суток: ", (t),'ч.')
else: print("Время = ", (t))