Sunday, October 28, 2018

How can I store from a file to array in Python?

my textfile has some numbers below



5
13
2
63


How can I store those numbers into an array?

Thanks!!!

No comments:

Post a Comment