getting system date

Terry Reedy tjreedy at udel.edu
Sat May 10 14:18:33 EDT 2003


"Psybar Phreak" <psybar_phreak at yahoo.com> wrote in message
news:3ebd1adf$0$16254$afc38c87 at news.optusnet.com.au...
> what type is that result?

I know this was answered for you, but to be successful with Python,
learn to use the interpreter interactively and especially the
type(obj) builtin function.  'print type(x)' is also an important
debugging tool in pre-written scripts.

TJR






More information about the Python-list mailing list