Computer Science, asked by lakshmicollection311, 6 hours ago

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 rishit210
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