can this be tidied up ?
[color=blue][color=green][color=darkred]
>>>verb={}
>>>verb[infinitive]=[['','','','','', ''],['','','','','', ''],['','','','',''[/color][/color][/color]
,''],['','','','','', ''],['','','','','', ''],['','','','','', '']]
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
[color=blue][color=green][color=darkred]
>>>verb={}
>>>verb[infinitive]=[['','','','','', ''],['','','','','', ''],['','','','',''[/color][/color][/color]
,''],['','','','','', ''],['','','','','', ''],['','','','','', '']]
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
Comment