From e0b4435c7ea2ba18b341d178db3e8639bd127d34 Mon Sep 17 00:00:00 2001 From: viridianajim <47699297+viridianajim@users.noreply.github.com> Date: Sat, 22 Feb 2020 13:43:43 -0500 Subject: [PATCH 1/3] Viri --- contributors.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/contributors.txt b/contributors.txt index a3fc335..ec72df2 100644 --- a/contributors.txt +++ b/contributors.txt @@ -1 +1,2 @@ My name is Ben, and I contributed to this project! +My name is Viridiana From 6cb3682937a844e7afc54186c13aecc44cf1e4a1 Mon Sep 17 00:00:00 2001 From: viridianajim <47699297+viridianajim@users.noreply.github.com> Date: Sat, 22 Feb 2020 13:55:09 -0500 Subject: [PATCH 2/3] nodito1 --- lib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib.py b/lib.py index 4a272bd..8c6bf59 100755 --- a/lib.py +++ b/lib.py @@ -8,7 +8,7 @@ def add(a, b): def add1(a): - pass + return a + 1 def sub1(a): From 0ec8a2fe2b5bbb11d49450f8d19fa70a7da48eba Mon Sep 17 00:00:00 2001 From: viridianajim <47699297+viridianajim@users.noreply.github.com> Date: Sat, 22 Feb 2020 13:59:14 -0500 Subject: [PATCH 3/3] nodito2 --- lib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib.py b/lib.py index 8c6bf59..b40a3b5 100755 --- a/lib.py +++ b/lib.py @@ -8,7 +8,7 @@ def add(a, b): def add1(a): - return a + 1 + return a - 1 def sub1(a):