diff options
author | gramanas <anastasis.gramm2@gmail.com> | 2020-10-21 13:18:26 +0300 |
---|---|---|
committer | gramanas <anastasis.gramm2@gmail.com> | 2020-10-21 13:18:26 +0300 |
commit | 26ae760f5e1ab04ea855bc17bcd697cc786ce58a (patch) | |
tree | 3493a4f01e26a8a8ca23e8da04f3cccefcda7ebb /1.py | |
download | foobar-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.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +# given: two lists containing the same integers +# but one list contains an extra one +# find it and return it |