python3 does not need L
This commit is contained in:
parent
a0d5c793eb
commit
6b4a307e23
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ def to32(q):
|
|||
>>> to32(555306645)
|
||||
'GHJKMN'
|
||||
|
||||
>>> to32(800197332334559L)
|
||||
>>> to32(800197332334559)
|
||||
'PQRSTVWXYZ'
|
||||
|
||||
>>> to32(32)
|
||||
|
|
Loading…
Reference in a new issue