2005年04月05日 星期二 21:14
在programming python 2.10章节里边有这么一行程序: res, self.text = self.text, '' 请问怎么理解? 谢谢! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050405/c1c38a2d/attachment.htm
2005年04月05日 星期二 22:06
python,您好! 怎么样得到2个datetime类的时间差?有现成的函数吗? 谢谢。 致 礼! cry zyqmail at 163.net
2005年04月05日 星期二 22:58
On Apr 5, 2005 9:14 PM, heda <heda at dianji.com> wrote: > > 在programming python 2.10章节里边有这么一行程序: > res, self.text = self.text, '' > 请问怎么理解? > 谢谢! > 等价于 res = self.text self.text = '' -- Qiangning Hong Get Firefox! < http://www.spreadfirefox.com/?q=affiliates&id=67907&t=1> -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050405/425c7dd1/attachment.html
2005年04月07日 星期四 10:50
res=self.text self.text='' heda 写道: > 在programming python 2.10章节里边有这么一行程序: > res, self.text = self.text, '' > 请问怎么理解? > 谢谢! > >------------------------------------------------------------------------ > >_______________________________________________ >python-chinese list >python-chinese at lists.python.cn >http://python.cn/mailman/listinfo/python-chinese > >
Zeuux © 2025
京ICP备05028076号