tuple assignment : Tuple Creation : Tuple PYTHON examples


PYTHON examples » Tuple » Tuple Creation »

 

tuple assignment


tuple assignment

nudge = 1

wink  = 2

A, B = nudge, wink             # tuple assignment

print A, B                           # like A=nudge; B=wink

[C, D[nudge, wink]         # list assignment

print C, D


           
       



Leave a Comment / Note


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


PYTHON examples

 Navioo Tuple
» Tuple Creation


Warning: Unknown: write failed: No space left on device (28) in Unknown on line 0

Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/lib/php/session) in Unknown on line 0