Bug in Section 3

When we try to execute the notebook’s python code it will fail (some snippets) because it is written for Python3 but executed in Python2.

This is at least the case with the code about the favourite movies when talking about IF conditions.

Hi @xabier94,

you are right, the notebooks are still running Python 2, but the code is supposed to be executed in the shells.

You have to create the files as instructed in the notebooks and paste the code from the notebooks into the files you have manually created.

Cheers.