Dave,

thank you so much, I will proceed as you suggested.
Currently, I am not 100% sure I get it right, but I will start iterating
now.

All the best,

Rafael

   <snip>
> >  Can you advise how I should proceed in order to
> > improve my To Do List program based on the code I wrote so far
> > (insofar it's usable at all) ..? Weirdly, writing and reading to files
> > is not covered in those tutorials I am working with.
>
> <sinip>
> First comment:  learn to use functions.  Don't put anything in top-level
>
> Your functions should usually take paramaters and return their results.
> Avoid writable global values.  If you need to return more than one
> results, learn to use tuples for that, with automatic tuple unpacking
> where appropriate.
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to