On 28/06/2021 11.57, Stefan Ram wrote:
"Michael F. Stemper" <michael.stem...@gmail.com> writes:
for iter in range(n):
   chunkofcode

   When the counter does not matter, people sometimes write "_":

for _ in range( n ):
     chunkofcode

That looks like what I wanted.

Thanks!

--
Michael F. Stemper
Indians scattered on dawn's highway bleeding;
Ghosts crowd the young child's fragile eggshell mind.
--
https://mail.python.org/mailman/listinfo/python-list
  • Syntactic sugar Michael F. Stemper
    • Re: Syntactic sugar Michael F. Stemper

Reply via email to