Skip to content

Commit 0b953a0

Browse files
authored
Update app.py
1 parent 772e9e5 commit 0b953a0

File tree

1 file changed

+3
-3
lines changed
  • exercises/04-Call-a-function

1 file changed

+3
-3
lines changed

exercises/04-Call-a-function/app.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
def calculate_area(length,edge):
2-
return length * edge
1+
def calculate_area(length, width):
2+
return length * width
33

4-
# Your code Below this line:
4+
# Your code below this line

0 commit comments

Comments
 (0)