Skip to content

Commit dd96100

Browse files
authored
Update CODE FIX- busted code.md
1 parent f6c129c commit dd96100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

challenges/CODE FIX- busted code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ main()
3636
def add(num1,num2):
3737
print(\n + str(calc1) + " + " + str(calc2) + " = " + str(calc1 + calc2))
3838

39-
def sub(num1):
39+
def sub():
4040
print("\n" + str(num1) + " - " + str(num2) + " = " + str(num1 - num2))
4141

4242
```

0 commit comments

Comments
 (0)