We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 772e9e5 commit 0b953a0Copy full SHA for 0b953a0
exercises/04-Call-a-function/app.py
@@ -1,4 +1,4 @@
1
-def calculate_area(length,edge):
2
- return length * edge
+def calculate_area(length, width):
+ return length * width
3
4
-# Your code Below this line:
+# Your code below this line
0 commit comments