Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e8b8207

Browse files
committed
added main() call
1 parent b385328 commit e8b8207

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Demo/sgi/cd/listcd.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@ def main():
2020
def z(n):
2121
s = `n`
2222
return '0' * (2 - len(s)) + s
23+
24+
main()

0 commit comments

Comments
 (0)