Skip to content

Commit fcfd3c4

Browse files
authored
Se eliminan líneas innecesarias
1 parent 59d2593 commit fcfd3c4

File tree

1 file changed

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

1 file changed

+0
-7
lines changed

exercises/03-What-is-a-function/app.py

Lines changed: 0 additions & 7 deletions
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)