New submission from Xiaoqing Rong:
I was using IDLE (Python GUI) for Python 3.3.3. I don't know if this is a bug
or you guys intend it to be this way:
>>> x=[1,2]
>>> y=x
>>> y.append(3)
>>> x
[1, 2, 3]
personally i'd prefer x stays as [1,2] whe
New submission from Xiaoqing Rong:
I'm using Windows 8. I created file 'weird1.txt' (attached) from an Excel
worksheet using "save as Unicode Text (*.txt)". And this happened when I used
Python 3.3.3 (v3.3.3:c3896275c0f6, Nov 18 2013, 21:19:30) [MSC v.1600