Hi, i am new in python programming and i tried to use the online
Interactive server-side Python shell (http://shell.appspot.com) to
test the list data type and while it supposed to be changeable, this
is not the way is treated:

>>> x=[2,5,6]
>>> x[2]='111'
>>> print x
[2, 5, 6]

x[2] wasn't supposed to change? if so then is this a bug of the online
shell or it is the way that any deployed application in app engine is
treated?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to