Implement p0 tutorial.
This commit is contained in:
@@ -19,4 +19,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