Use tuple as key : Dictionary Tuple : Dictionary PYTHON examples


PYTHON examples » Dictionary » Dictionary Tuple »

 

Use tuple as key


Use tuple as key

Matrix = {}

Matrix[(2,3,4)] 88

Matrix[(7,8,9)] 99

X = 2; Y = 3; Z = 4              # ; separates statements
print Matrix[(X,Y,Z)]

print Matrix



           
       



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON examples

 Navioo Dictionary
» Dictionary Tuple


Warning: Unknown: write failed: No space left on device (28) in Unknown on line 0

Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/lib/php/session) in Unknown on line 0