#!/usr/bin/python
import string
l = []
class A:
v = []
def __str__(self):
return string.join(map(str, self.v))
l.append(A())
l[0].v.append(1)
l[0].v.append(2)
l.append(A())
l[1].v.append(3)
print l[0]
print l[1]
作为搞C++的各位,你觉得上面的Python代码该输出什么? (我就不贴结果...猜哦...不行就跑下了,Python还是很好玩的...)
<---- 公告分割线 ---->
1. 休假一周去北京见老爸老妈,基本不上网...
2. LAC2今年没指望了...
3. 体检结束,又胖了...
4. WOW终于90,哇哈哈...