From 8ea04df2e7edb0c62edd0958bf744aae2decd5c4 Mon Sep 17 00:00:00 2001 From: Oreoluwa Ajao <39207128+oresam123@users.noreply.github.com> Date: Fri, 11 Oct 2019 13:38:07 +0100 Subject: [PATCH] Update two_sum.py Introduced and came again --- array/two_sum.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/array/two_sum.py b/array/two_sum.py index 29afd79..14d92b9 100644 --- a/array/two_sum.py +++ b/array/two_sum.py @@ -27,3 +27,5 @@ def two_sum(nums:"List[int]", target:"int")->"List[int]": target = 6 res = two_sum(arr, target) print(res) + +#i need to stop doing this