Example Challenge

Download exercises zip

Browse files online

This notebook has no solution!

We published solution on Github only for example purposes, but normally all other files ending in -chal-sol or _chal_sol will be gitignored

[3]:
from example_chal_sol import f
f(3)
[3]:
3
[4]:
def wow(x):
    raise Exception('TODO IMPLEMENT ME !')
[ ]: