
Patrick B. answered 02/13/21
Math and computer tutor/teacher
userNum = input(" Input userNum :>")
x=0
while (x==0):
x = input("input x :>")
outbuff = " "
for I in range(4):
userNum = int(userNum) // int(x)
outbuff = outbuff + str(userNum) + " "
print(outbuff)