Commit e8b82075 authored by Guido van Rossum's avatar Guido van Rossum

added main() call

parent b385328f
...@@ -20,3 +20,5 @@ def main(): ...@@ -20,3 +20,5 @@ def main():
def z(n): def z(n):
s = `n` s = `n`
return '0' * (2 - len(s)) + s return '0' * (2 - len(s)) + s
main()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment