Creation, Repetition, Concatenation : Assign : Tuple PYTHON TUTORIALS


PYTHON TUTORIALS » Tuple » Assign »

 

Creation, Repetition, Concatenation


t = (['xyz', 123]23, -103.4)
print t
print t * 2
t = t + ('free', 'easy')
print t



Leave a Comment / Note


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


PYTHON TUTORIALS

 Navioo Tuple
» Assign