commit
905b01de96
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ the calc.py library's 'add2' function.
|
|||
import sys
|
||||
import calc
|
||||
|
||||
# Some Comment here
|
||||
|
||||
argnumbers = len(sys.argv) - 1
|
||||
|
||||
if argnumbers == 2 :
|
||||
|
|
Loading…
Reference in a new issue