Kaydet (Commit) 0628a66c authored tarafından Tim Peters's avatar Tim Peters

Restore a line deleted by mistake.

üst 32f453ea
......@@ -117,3 +117,5 @@ for i in range(-10, 11):
if j >= 0 and k != 0:
o = pow(long(i),j) % k
n = pow(long(i),j,k)
if o != n: print 'Integer mismatch:', i,j,k
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment