mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
improved lay-out; added call to main()
This commit is contained in:
parent
f2759a5c2d
commit
dbdeebbbfa
1 changed files with 4 additions and 2 deletions
|
@ -141,3 +141,5 @@ def triple(a, b, c):
|
|||
def zfill(n):
|
||||
s = `n`
|
||||
return '0' * (2 - len(s)) + s
|
||||
|
||||
main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue