0
Why this program not working?
def solve(n,m): q=n//m print("quotient",q) r=n%m print("remainder",r) n=int(input("enter n")) m=int(input("enter m")) solve(n,m)
2 Respuestas
0
I called it still not working
0
So there is no way we can print enter m and n