Binding a variable?

Paul Dale pd at traxon.com
Fri Oct 21 12:55:04 EDT 2005


Hi everyone,

Is it possible to bind a list member or variable to a variable such that

temp = 5

list = [ temp ]

temp == 6

list

would show

list = [ 6 ]

Thanks in advance?

Paul



More information about the Python-list mailing list