print("Dale valor a las letras a y b")
valora=int(input())
valorb=int(input())
division=divmod(valora,valorb)
print("Su coeciente y residuo son", division)

Embed on website

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