请教一个怪问题

fuyu0123456789 <fuyu0123456789-9Onoh4P/[email protected]> Wed, 23 Jan 2008 20:11:40 +0800 (CST)
Newsgroups gmane.comp.python.chinese
Message-ID <[email protected]>
各位

又碰到一个怪问题,请看下面的3个Python文件

main.py:

from a import *

from b import *

 

a.py:

Host = "http://www.163.com"

Hosts = {"site":[Host,]}

 

b.py

Host =” http://www.google.com”

 

在Shell环境下执行下列代码

import main

main.Hosts

 

但是输出结果是

{'site': ['http://www.163.com']}

 

按我的理解应该是

{‘site’:[‘http://www.google.com’]}

 

请问是怎么回事啊???

_______________________________________________
python-chinese
Post: send [email protected]
Subscribe: send subscribe to [email protected]
Unsubscribe: send unsubscribe to  [email protected]
Detail Info: http://python.cn/mailman/listinfo/python-chinese