[ create a new paste ] login | about

Link: http://codepad.org/CMJOoNo5    [ raw code | output | fork ]

Python, pasted on Jan 14:
1
2
3
import datetime

x = datetime.hour()


Output:
1
2
3
4
Traceback (most recent call last):
  Line 3, in <module>
    x = datetime.hour()
AttributeError: 'module' object has no attribute 'hour'


Create a new paste based on this one


Comments: