Help write a subroutine that will read the numbers from the file and write them to the list. For example, the file says: "10 100 59 3 2 45" I can not think of a method how to count a number that is more than one character as one number.
Help write a subroutine that will read the numbers from the file and write them to the list. For example, the file says: "10 100 59 3 2 45" I can not think of a method how to count a number that is more than one character as one number.
Source: https://ru.stackoverflow.com/questions/921814/
All Articles