What is a TimeTuple in Python?
Answers
Answered by
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
English,
8 months ago
Math,
8 months ago
English,
8 months ago
Computer Science,
1 year ago
Business Studies,
1 year ago
English,
1 year ago
Science,
1 year ago