TypeError: 'int' object is not callable

autobotprime.17 at gmail.com autobotprime.17 at gmail.com
Mon Aug 26 22:45:10 EDT 2013


dear friends when i try to execute following lines

import time
a = time.daylight()
print(a)


result is
TypeError: 'int' object is not callable


why is this error and how can i solve this problem?



More information about the Python-list mailing list