Posts by mr_roboto • 11 points
1 post
-
1
votes2
answers82
viewsQ: My while closes before what really should
I made a code that should take the number of rows of a txt file and then use this same number of rows in a while to convert columns and rows into array. lines = 0 ln = 0 for line in dataset: line =…