Python edabit Challenge : Convert Minutes into Seconds

preview_player
Показать описание
Write a function that takes an integer minutes and converts it to seconds.
#GeeksDoByte

def convert(minutes):
return minutes*60

print(convert(2))
Рекомендации по теме
Комментарии
Автор

I would be happy if i find a way to contact you

gogm