Answer:
The python code for the given problem is written in explanation section.
Step-by-step explanation:
The code for the given situation, in Python, can be written as follows:
x = int(input("Enter a positive number for dividend: ")) 
y = int(input("Enter a positive number for divisor: ")) 
quotient = x//y 
remainder = x%y 
print("The Quotient of the given calculation is:",quotient) 
print("The Remainder of the given calculation is:",remainder)