min=int(input("Enter time in minutes"))
h=min//60
m=min%60
print("Hours=",h)
print("Minutes=",m)

Embed on website

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