From fcfd3c449bf880362ade1951a19f82efe8c0bced Mon Sep 17 00:00:00 2001 From: Pedro Yanez <72775296+wotanCode@users.noreply.github.com> Date: Sat, 24 Jul 2021 21:06:44 -0400 Subject: [PATCH] =?UTF-8?q?Se=20eliminan=20l=C3=ADneas=20innecesarias?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exercises/03-What-is-a-function/app.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/exercises/03-What-is-a-function/app.py b/exercises/03-What-is-a-function/app.py index 551610b..daa9ff3 100755 --- a/exercises/03-What-is-a-function/app.py +++ b/exercises/03-What-is-a-function/app.py @@ -3,10 +3,3 @@ def sum(number1,number2): total = sum(2,3) print(total) - - - - - - -