Extract lines from file, add to new files
Greg Ewing
greg.ewing at canterbury.ac.nz
Sat Jan 13 08:04:41 EST 2024
On 13/01/24 1:45 pm, Left Right wrote:
> I use the term "destructuring" in the same way Hyperspec uses it.
> It's not a Python term. I don't know what you call the same thing in
> Python. I'm not sure what you understand from it.
I thought you meant what is usually called "unpacking" in Python. I
don't know anything about Hyperspec, so I don't know what it means
there.
The fact that i was being printed inside the loop made me think
that some deeper level of surprise was being intended, such as
the value of i somehow getting changed by the assignment.
--
Greg
More information about the Python-list
mailing list