[ create a new paste ] login | about

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

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

x = time.hour


Output:
1
2
3
4
Traceback (most recent call last):
  Line 3, in <module>
    x = time.hour
NameError: name 'time' is not defined


Create a new paste based on this one


Comments: