1 00:00:01,010 --> 00:00:02,510 - [Instructor] In this self check exercise, 2 00:00:02,510 --> 00:00:04,950 we'd simply like you to try out the capitalize 3 00:00:04,950 --> 00:00:07,500 and title methods from the preceding video, 4 00:00:07,500 --> 00:00:09,820 this time on the string happy new year. 5 00:00:09,820 --> 00:00:12,170 So go ahead and pause the video to give that a shot, 6 00:00:12,170 --> 00:00:13,763 then come back for the answer. 7 00:00:18,810 --> 00:00:20,250 Okay, let's just go ahead 8 00:00:20,250 --> 00:00:22,410 and demonstrate these two methods here. 9 00:00:22,410 --> 00:00:26,010 So if I want, I'll just go and execute all three statements. 10 00:00:26,010 --> 00:00:28,840 So we define the string, then we capitalize it, 11 00:00:28,840 --> 00:00:31,720 resulting in jus the capital first letter 12 00:00:31,720 --> 00:00:33,730 and then we title case it, in which case 13 00:00:33,730 --> 00:00:35,653 every word is capitalized.