Find closest multiple of $72$ to $101$. We see that $1 \times 72 = 72$ is the nearest. Now subtract $72$ from $101$ to get reminder $29$. Add $1$ to quotient.
Since $29$ is less than $72$, stop the division. The reminder is $29$. The topmost line $001$ is the quotient. Remove all zeros at the start of the quotient to get the actual quotient $1$.