print("Da un valor en segundos") vlrseg=int(input()) min=vlrseg//60 seg=vlrseg%60 print(f"{vlrseg} segundos, son {min} minutos y {seg} segundos ")
To embed this project on your website, copy the following code and paste it into your website's HTML: