Implement p0 tutorial.

This commit is contained in:
2021-10-11 21:01:31 -04:00
parent a95016431f
commit cd948fe640
15 changed files with 165 additions and 159 deletions

View File

@@ -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