I know that python is a crazy language because of it's cycles constructions :)
So, I have an array of numbers but in string type:
a = ['1', '40', '356', '...']
I need this or a copy of this array but with float
type instead of string. The only thing is that the code should be in one line.
Help me, please :)