Python论坛  - 讨论区

标题:[python-chinese] tuple question

2007年09月20日 星期四 12:24

Weimin Li wli在sst.com
星期四 九月 20 12:24:43 HKT 2007

Hi Pythonn List,

tuple是immutable的,如何来实现 tuple(tuple1,tuple2...tuplei)--需要insert 子tuple-tuplei 到tuple中呢?

Thanks
Weimin

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年09月20日 星期四 13:03

Wayne moonbingbing在gmail.com
星期四 九月 20 13:03:06 HKT 2007

>>> t1 = (1,2)
>>> t2 = (3,4)
>>> t3 = (5,6)
>>> t = t1,t2,t3
>>> t
((1, 2), (3, 4), (5, 6))
>>> id(t1)
14001416
>>> id(t[0])
14001416

2007/9/20, Weimin Li <wli at sst.com>:
> Hi Pythonn List,
>
> tuple是immutable的,如何来实现 tuple(tuple1,tuple2...tuplei)--需要insert 子tuple-tuplei 到tuple中呢?
>
> Thanks
> Weimin
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese


-- 
wayne
http://blog.csdn.net/wayne92

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号