Python论坛  - 讨论区

标题:[python-chinese] 回复: (无主题)

2007年12月12日 星期三 09:30

87496012 87496012在qq.com
星期三 十二月 12 09:30:15 HKT 2007

dict结构本身不分顺序,所以排出来list是随机的,具体的没研究过,反正不是按你写的顺序来的:)
  
 ------------------ 原始邮件 ------------------
  发件人: "Orange-color"<bzflyg在gmail.com>;
 发送时间: 2007年12月12日(星期三) 上午09:25
 收件人: "python-chinese"<python-chinese在lists.python.cn>; 
 
 主题: [python-chinese] (无主题)

  
 大家帮忙看看这个是什么原因,这是drive into python里的一个例子,这是什么
原因呢,小弟正在学习python中,不是很明白,请指教。谢谢^-^



>>>params={"server":"mpilgrim","database":"master","uid":"sa","pwd":"secret"}
>>> params.items()
[('pwd', 'secret'), ('database', 'master'), ('uid', 'sa'), ('server',
'mpilgrim')]
>>> 
应该是
[('server', 'mpilgrim'), ('database', 'master'), ('uid', 'sa'), ('pwd',
'secret')]这样才对吧

_______________________________________________
python-chinese
Post: send python-chinese在lists.python.cn
Subscribe: send subscribe to python-chinese-request在lists.python.cn
Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
Detail Info: http://python.cn/mailman/listinfo/python-chinese
-------------- 涓嬩竴閮ㄥ垎 --------------
一个HTML附件被移除...
URL: http://python.cn/pipermail/python-chinese/attachments/20071212/fbf9bac1/attachment.html 

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

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

    你的回复:

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

    Zeuux © 2024

    京ICP备05028076号