Ответ:
s = int(input())
f = int(input())
x = f/s
print (x/60, "hours")
Объяснение:
Copyright © 2025 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
s = int(input())
f = int(input())
x = f/s
print (x/60, "hours")
Объяснение: