list_of_numbers = []
numbers = "[2.0, 3.0, 4.0, 5.0, 6.0, -1.0, -10.0, 10.0]"
Asked
Active
Viewed 33 times
0
-
2What do you mean by write to a list? – Jul 31 '21 at 11:43
-
What is your input, what is your desired output, and what have you tried already (i.e. show what you tried with the for loop)? – jrbergen Jul 31 '21 at 11:44