Computer Science, asked by ashokapr8715, 11 months ago

What is a TimeTuple in Python?

Answers

Answered by acronsharp8
0

Answer:The timetuple() method of datetime.date instances returns an object of type time.struct_time. The struct_time is a named tuple object (A named tuple object has attributes that can be accessed by an index or by name).

Explanation:

Similar questions