print('Hello world!')
#declarar variables
num1=int(input("\nintroduce el numero"))
#proceso
minutos=num1/60
horas=minutos/60
print("horas es",horas)
print("minutos es",minutos)
To embed this project on your website, copy the following code and paste it into your website's HTML: