def Move(label): label = "Anything" a_list = [1,2,3] Move(a_list)
I don't see any error when executing above but when i manually assign [1,2,3] = "Anything" i get error Why?
_______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor