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)

2nd Apr 2021, 10:39 AM
Prithvi Vasanth
Prithvi Vasanth - avatar
2 Respuestas
0
I called it still not working
2nd Apr 2021, 10:47 AM
Prithvi Vasanth
Prithvi Vasanth - avatar
0
So there is no way we can print enter m and n
2nd Apr 2021, 11:04 AM
Prithvi Vasanth
Prithvi Vasanth - avatar