-Code
n, m = map(int, input().split())
time = m / n * 1440
print(f"{int(time // 60):02d}:{int(time % 60):02d}")
'코딩 공부 > Python' 카테고리의 다른 글
[Web/Crawling] BeautifulSoup (0) | 2023.07.10 |
---|---|
[Web/Crawling] Selenium (0) | 2023.07.10 |
[Pyside6] PyQt (0) | 2023.07.10 |
[Selenium/Docker] AttributeError: 'NoneType' object has no attribute 'to_capabilities' (0) | 2023.07.03 |
크롤링 (0) | 2023.06.21 |