mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
added main() call
This commit is contained in:
parent
b385328fbc
commit
e8b8207571
1 changed files with 2 additions and 0 deletions
|
@ -20,3 +20,5 @@ def main():
|
|||
def z(n):
|
||||
s = `n`
|
||||
return '0' * (2 - len(s)) + s
|
||||
|
||||
main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue