这是我的代码:
import time a = time.daylight() print(a)
它导致:
TypeError: 'int' object is not callable.
问题是什么?
python-3.x
python-3.x ×1