containing mutable objects that can be changed. : Assign : Tuple PYTHON TUTORIALS


PYTHON TUTORIALS » Tuple » Assign »

 

containing mutable objects that can be changed.


t = (['xyz', 123]23, -103.4)
print t
print t[0][1]
t[0][1['abc', 'def']
print t



Leave a Comment / Note


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


PYTHON TUTORIALS

 Navioo Tuple
» Assign