2016 Update
This commit is contained in:
parent
948b86eafa
commit
dcf5d15da3
7965 changed files with 139854 additions and 31002 deletions
|
|
@ -4,4 +4,4 @@ def maxnum(x):
|
|||
key=lambda i: i*(maxlen * 2 // len(i))))
|
||||
|
||||
for numbers in [(212, 21221), (1, 34, 3, 98, 9, 76, 45, 4), (54, 546, 548, 60)]:
|
||||
print('Numbers: %r' % (numbers, maxnum(numbers)))
|
||||
print('Numbers: %r\n Largest integer: %15s' % (numbers, maxnum(numbers)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue