finish tutorial tasks
This commit is contained in:
@ -18,6 +18,4 @@ Run python autograder.py
|
||||
|
||||
|
||||
def add(a, b):
|
||||
"Return the sum of a and b"
|
||||
"*** YOUR CODE HERE ***"
|
||||
return 0
|
||||
return a+b
|
Reference in New Issue
Block a user