PYTHON : QUICK REVISION TOUR

DICTIONARY Python dictionary is an unordered collection of items that is changeable and indexed. dictionaries are written with curly brackets, and they have keys and values pair as data item. Dict={} # Empty Dictionary Qtrl={l: "Apr",2:"May", 3: "Jun"} Here 1,2,3 are keys and Apr , May & Jun are Values ................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download