Hi I'm very new to Python programming.
Please help me to add date and time !
Following is the code done by me.
import datetime
class Module
type(datetime.datetime)
Now what's the next to do for displaying date and time ?
-- http://mail.python.org/mailman/listinfo/python-list
