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 f6c129c commit dd96100Copy full SHA for dd96100
challenges/CODE FIX- busted code.md
@@ -36,7 +36,7 @@ main()
36
def add(num1,num2):
37
print(\n + str(calc1) + " + " + str(calc2) + " = " + str(calc1 + calc2))
38
39
-def sub(num1):
+def sub():
40
print("\n" + str(num1) + " - " + str(num2) + " = " + str(num1 - num2))
41
42
```
0 commit comments