Sequence Unpacking : Variable : Introduction PYTHON TUTORIALS


PYTHON TUTORIALS » Introduction » Variable »

 

Sequence Unpacking


x, y, z = 12
print x, y, z 
x, y = y, x 
print x, y, z



Leave a Comment / Note


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


PYTHON TUTORIALS

 Navioo Introduction
» Variable