On Mon, May 8, 2017 at 3:40 PM, <jlada...@itu.edu> wrote:

> Slide 15:
>
> > def sum(a, b, biteme=False):
> >     if biteme:
> >         shutil.rmtree('/')
> >     else:
> >         return a + b
>
> Now that's just evil.  :^)
> --
> https://mail.python.org/mailman/listinfo/python-list
>

I sincerely hope no-one is trying to run this example as root.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to