another dictionary q
ruari mactaggart
ruari at charliefortune.com
Sun Nov 2 02:03:24 EST 2003
More information about the Python-list mailing list
Sun Nov 2 02:03:24 EST 2003
- Previous message (by thread): another dictionary q
- Next message (by thread): another dictionary q
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
can this be tidied up ?
>>>verb={}
>>>verb[infinitive]=[['','','','','',''],['','','','','',''],['','','','',''
,''],['','','','','',''],['','','','','',''],['','','','','','']]
it is to create a dictionary entry with six empty lists of six items as
values.
or is it unnecesary ? They represent six tenses with six persons in each for
an italian verb translator.
ruari
- Previous message (by thread): another dictionary q
- Next message (by thread): another dictionary q
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list