mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Whitespace normalization.
This commit is contained in:
parent
bc1c7a0854
commit
83e7ccc9fd
5 changed files with 7 additions and 8 deletions
|
@ -118,4 +118,3 @@ for i in range(-10, 11):
|
|||
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