Calcula [2] =========== Implementa una funció en Python amb nom ``calculem`` tal que a partir d'un nombre real calcula el valor real del resultat obtingut aplicant la següent funció matemàtica: :math:`calculem(x) = \frac{x³}{1+e^x} + \frac{x}{6}`. Recorda que pots utilitzar les llibreries que consideris. La solució s'ha de lliurar a la tasca d'Atenea en el fitxer ``funcio.py``. La funció ha de passar el següent doctest: .. literalinclude:: test-funcio.txt :language: python3 :lines: 3- .. note:: Podeu descarregar el fitxer amb tests :download:`test-funcio.txt`. Tens una solució a :download:`funcio.py`.