segundos=int(input("Ingrese los segundos a pasar a minutos. "))

minutos=divmod(segundos, 60)

print(f"Su valor en minutos y segundos es {minutos}")

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: