Ten awesome things you are missing out on if you're still using Python 2

jladasky at itu.edu jladasky at itu.edu
Mon May 8 18:40:55 EDT 2017


Slide 15:

> def sum(a, b, biteme=False):
>     if biteme:
>         shutil.rmtree('/')
>     else:
>         return a + b

Now that's just evil.  :^)



More information about the Python-list mailing list