|
|
|
|
|
by Knork-and-Fife
131 days ago
|
|
If the only loop is `repeat i in range(start, end, step)` , how do you do a loop like "Keep reading from a buffer until it's empty"? I.e. any loop when you can't know the number of iterations needed when the loop starts? |
|