sh_09_ dictionary definition

 

sh_09_ dictionary definition

# A dictionary is an unordered set of data, the dictionary using the print output function, typically 
# order of the output is defined and inconsistent! 
= {Xiaoming " name " : " Bob " ,
             " Age " : 18 is ,
             " Gender " : True,
             " height " : 1.75 ,
             " weight " : 75.5 } 

Print (Xiaoming)

 

Guess you like

Origin www.cnblogs.com/shaohan/p/11519359.html