Merge pull request #1 from gourteacher/make-a-change

make some changes
This commit is contained in:
gourteacher 2021-11-17 22:10:09 -08:00 committed by GitHub
commit 905b01de96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,8 @@ the calc.py library's 'add2' function.
import sys import sys
import calc import calc
# Some Comment here
argnumbers = len(sys.argv) - 1 argnumbers = len(sys.argv) - 1
if argnumbers == 2 : if argnumbers == 2 :