Skip to content

Commit 61a39ab

Browse files
authored
Merge pull request #18 from wotanCode/patch-4
Se eliminan líneas innecesarias
2 parents 2ac38ff + fcfd3c4 commit 61a39ab

File tree

1 file changed

+0
-7
lines changed
  • exercises/03-What-is-a-function

1 file changed

+0
-7
lines changed

Diff for: exercises/03-What-is-a-function/app.py

-7
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,3 @@ def sum(number1,number2):
33

44
total = sum(2,3)
55
print(total)
6-
7-
8-
9-
10-
11-
12-

0 commit comments

Comments
 (0)