On Tue, Dec 24, 2019 at 10:45 AM Marco Sulla <elbar...@gmail.com> wrote:
>
> >
> > I encounter with cases like doing a function 6 time with no argument, or
> > same arguments over and over or doing some structral thing N times and I
> > dont know how elegant I can express that to the code.
> >
>
> ??? Excuse me, but why you needed to call the same function SIX times? This
> seems to me not elegant in primis.
>
> Can you give us a practical example?
>

File parsing. You read a section header and want to ignore that
section, so you ignore the next 15 lines.

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to