Assigning Multiple Values at Once : Introduction : Tuple PYTHON TUTORIALS


PYTHON TUTORIALS » Tuple » Introduction »

 

Assigning Multiple Values at Once


v = ('a''b''e')
(x, y, z= v
print x
print y
print z



Leave a Comment / Note


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


PYTHON TUTORIALS

 Navioo Tuple
» Introduction