Hello I have a text file with three lines. every line has a float number. How can I take each value and put in a float variable even if array?
For example text file is like the following
+3.01\n
-0.0012\n
-0.1\n
I want an array [if it possible] which save the values as float not as string.
Thanks