1 00:00:01,350 --> 00:00:04,740 Here are some exercises for you to practice. 2 00:00:04,750 --> 00:00:13,700 Related to the daytime module the first question you need to write a python program to print the date 3 00:00:13,790 --> 00:00:15,950 of the next 10 days. 4 00:00:15,950 --> 00:00:17,380 Beginning from today 5 00:00:21,070 --> 00:00:28,840 second question you need to write a python program to convert a date to a timestamp. 6 00:00:30,210 --> 00:00:35,570 So you can refer to the methods defined in the dead class in order to answer this question. 7 00:00:37,220 --> 00:00:46,000 Next question you need to write a python program to convert a string into a daytime object. 8 00:00:47,210 --> 00:00:54,440 And here's a sample string for you you need to convert this string in do a daytime object. 9 00:00:54,440 --> 00:01:04,040 Next question you need to write a python program to print the date for yesterday today and tomorrow 10 00:01:07,780 --> 00:01:11,590 so please go ahead and practice these questions. 11 00:01:11,590 --> 00:01:12,190 Good luck.