функции?
Скажем, подсветить здесь, что типы совсем не str?
def calculate_minutes(seconds: str) -> str:
time = seconds / 60
return(time)
time = calculate_minutes(100)
mypy
Спасибо!
Обсуждают сегодня