为什么它打印不出来?
while count > 0:print("ilovefishc.com")
count = count - 1
Traceback (most recent call last):
File "<pyshell#25>", line 2, in <module>
print("ilovefishc.com")
TypeError: 'str' object is not callable count没有初始值 先执行 del print,再执行那段代码。
页:
[1]