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?
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to