In python, after I have divided to variables (k and h) How do I then find the remainder of the equation? This is the code I have:
h = int(input())
print(k / h)
In python, after I have divided to variables (k and h) How do I then find the remainder of the equation? This is the code I have:
h = int(input())
print(k / h)