Posts by Beatriz Cristina • 33 points
1 post
-
3
votes2
answers301
viewsQ: Changing data types in a Python list
I have a list x, with 10 numbers, being all of them whole. I’d like to turn them all into numbers like float, but I can’t perform that conversion. Code: lista = [1,2,3,4,5,6,7,8,9,10] for i in acs:…