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
India Languages,
7 months ago
History,
7 months ago
Hindi,
7 months ago
Computer Science,
1 year ago
Business Studies,
1 year ago
English,
1 year ago
Science,
1 year ago