N
Negroup
Hi, all.
I would like to know if it is possible to create a datetime instance
using a tuple instead of single values.
I mean:Traceback (most recent call last):
File "<stdin>", line 1, in ?
TypeError: function takes at least 3 arguments (1 given)
(class datetime(year, month, day[, hour[, minute[, second[,
microsecond[, tzinfo]]]]])
Thanks.
I would like to know if it is possible to create a datetime instance
using a tuple instead of single values.
I mean:Traceback (most recent call last):
File "<stdin>", line 1, in ?
TypeError: function takes at least 3 arguments (1 given)
(class datetime(year, month, day[, hour[, minute[, second[,
microsecond[, tzinfo]]]]])
Thanks.