mirror of https://github.com/python/cpython
added main() call
This commit is contained in:
parent
b385328fbc
commit
e8b8207571
|
@ -20,3 +20,5 @@ def main():
|
|||
def z(n):
|
||||
s = `n`
|
||||
return '0' * (2 - len(s)) + s
|
||||
|
||||
main()
|
||||
|
|
Loading…
Reference in New Issue