summaryrefslogtreecommitdiffstats
path: root/1.py
diff options
context:
space:
mode:
authorgramanas <anastasis.gramm2@gmail.com>2020-10-21 13:18:26 +0300
committergramanas <anastasis.gramm2@gmail.com>2020-10-21 13:18:26 +0300
commit26ae760f5e1ab04ea855bc17bcd697cc786ce58a (patch)
tree3493a4f01e26a8a8ca23e8da04f3cccefcda7ebb /1.py
downloadfoobar-withgoogle-26ae760f5e1ab04ea855bc17bcd697cc786ce58a.tar.gz
foobar-withgoogle-26ae760f5e1ab04ea855bc17bcd697cc786ce58a.tar.bz2
foobar-withgoogle-26ae760f5e1ab04ea855bc17bcd697cc786ce58a.zip
1st and 2nd challenges
Diffstat (limited to '1.py')
-rw-r--r--1.py3
1 files changed, 3 insertions, 0 deletions
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