Posts by Rafael Silva • 1 point
2 posts
-
0
votes1
answer70
viewsA: Error in list conversion in Python
@fernandosavio just press the button marked in red on the panel of the jupyter.…
pythonanswered Rafael Silva 1 -
0
votes1
answer70
viewsQ: Error in list conversion in Python
I have the following problem: lista1 = [3,4,5] list(map(lambda x: x**3, lista1)) Made that mistake: TypeError Traceback (most recent call last) <ipython-input-14-5e26f3f7b396> in…
pythonasked Rafael Silva 1