1 2 3 4 5 6 7 8
import rpm #rpm.mpw().Debug(-1); for i in range(100): a = rpm.mpw(i) for j in range(100): c = a**j print i, '^', j, '=', c