We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fe8293 commit 0cf7dbcCopy full SHA for 0cf7dbc
simple_adder.py
@@ -10,4 +10,4 @@
10
try:
11
print(f"sum is {int(argv[1]) + int(argv[2])}")
12
except IndexError:
13
- print("usage: python3 solution.py OP1 OP2")
+ print("usage: python3 solution.py OP1 OP2")
0 commit comments