From 98888547f4f6ea4ee0e70fa2ff7997d739d485a3 Mon Sep 17 00:00:00 2001 From: Maria Fernanda Azolin <49958403+azolinmf@users.noreply.github.com> Date: Thu, 29 Oct 2020 09:41:33 -0300 Subject: [PATCH] Create SolveMeFirst.py --- python/SolveMeFirst.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 python/SolveMeFirst.py diff --git a/python/SolveMeFirst.py b/python/SolveMeFirst.py new file mode 100644 index 0000000..714abfe --- /dev/null +++ b/python/SolveMeFirst.py @@ -0,0 +1,4 @@ +# https://www.hackerrank.com/challenges/solve-me-first/problem + +def solveMeFirst(a,b): + return a+b