Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python a, b =

a,b = [item1,item2]  
# This will set the variable a to item 1 and the variable b to item 2
# This can be done with larger sized arrays with more variables
 
PREVIOUS NEXT
Tagged: #python
ADD COMMENT
Topic
Name
5+5 =