Matrix = {}Matrix[(2,3,4)] = 88Matrix[(7,8,9)] = 99X = 2; Y = 3; Z = 4 # ; separates statementsprint Matrix[(X,Y,Z)]print Matrix
Name (required)
email (will not be published) (required)
Website