From 26ae760f5e1ab04ea855bc17bcd697cc786ce58a Mon Sep 17 00:00:00 2001 From: gramanas Date: Wed, 21 Oct 2020 13:18:26 +0300 Subject: 1st and 2nd challenges --- 1.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 1.py (limited to '1.py') diff --git a/1.py b/1.py new file mode 100644 index 0000000..85fe7d8 --- /dev/null +++ b/1.py @@ -0,0 +1,3 @@ +# given: two lists containing the same integers +# but one list contains an extra one +# find it and return it -- cgit v1.2.3