please write python program for below topic....please help. if u answer it correct, I will Mark u brainliest else I will report ur answer. please help
Attachments:
Answers
Answered by
0
Answer:
a = int(input("Enter value of a"))
b = int(input("Enter value of b"))
print(f"remainder = {a%b}")
print(f"quotient = {a/b}")
Similar questions