resto de division python code example Example: resto division python >>> 10 % 3 1 >>> 10 % 4 2 >>> 10 % 5 0 >>> 10.5 % 3 1.5