Hi all,
is it possible to change a dictionary list to lowercase..without having to 
retype?
e.g. definitions={"Deprecated": "No longer in use", "Depreciation": "fall in 
value of an asset"}
 
i have tried definitions=definitions.lower()
 
regards
adrian
                                          
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to