mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Restore a line deleted by mistake.
This commit is contained in:
parent
32f453eaa4
commit
0628a66c75
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue