2005年07月26日 星期二 20:23
在UserDict.py中有一个写法是 dict=None ,dict应该是代表字典类型的,给一个类型赋值是什么意思呢?我试着在解释器中写 dict=None 居然也可以成功。在这里 dict 扮演了一个什么角色呢? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050726/b455afd9/attachment.html
2005年07月26日 星期二 20:45
Hi, Python 中统一个词在不同的位置有不同的含义,除了关键字以外,其它的都可以作为变量名,比如list, hash, sys等。 这里的 dict 就是一个普通的变量,自然可以赋值 Davies 在05-7-26,唐国巍 <tgw_cl at tom.com> 写道: > > 在UserDict.py中有一个写法是 dict=None ,dict应该是代表字典类型的,给一个类型赋值是什么意思呢?我试着在解释器中写 > dict=None 居然也可以成功。在这里 dict 扮演了一个什么角色呢? > > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese > > > -- Davies Liu +86-10-62779681 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050726/34c0b7b5/attachment.htm
Zeuux © 2025
京ICP备05028076号