Skip to content

Commit 0cf7dbc

Browse files
committed
Update
1 parent 5fe8293 commit 0cf7dbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simple_adder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
try:
1111
print(f"sum is {int(argv[1]) + int(argv[2])}")
1212
except IndexError:
13-
print("usage: python3 solution.py OP1 OP2")
13+
print("usage: python3 solution.py OP1 OP2")

0 commit comments

Comments
 (0)