Help

Terry Reedy tjreedy at udel.edu
Fri Jul 26 01:46:03 EDT 2013


On 7/26/2013 1:06 AM, tyler at familyrobbins.com wrote:
> I'm a bit new to python and I'm trying to create a simple program
> which adds words and definitions to a list, and then calls them
> forward when asked to.

Why are you not putting them in a Python dict, which is made for this? 
Unless you have a very specialized purpose, it would be more educational 
about Python programming.

-- 
Terry Jan Reedy




More information about the Python-list mailing list