Skip to content

Commit 7793e17

Browse files
committed
undo intro solution
1 parent 43b09ce commit 7793e17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

0_intro/01_hello/starter.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def add(a, b):
5151
Returns:
5252
Sum of a and b
5353
"""
54-
return a + b
54+
pass
5555

5656

5757
def multiply(a, b):
@@ -65,4 +65,4 @@ def multiply(a, b):
6565
Returns:
6666
Product of a and b
6767
"""
68-
return a * b
68+
pass

0 commit comments

Comments
 (0)