1
00:00:01,170 --> 00:00:03,360
Let's have a look at a challenge.

2
00:00:04,080 --> 00:00:07,860
Point number one says that create a function to check.

3
00:00:07,860 --> 00:00:14,520
If a string starts with a certain string, the function should take two argument.

4
00:00:14,550 --> 00:00:23,640
The first argument is a string and the second argument is a string to check if a start with the function

5
00:00:23,640 --> 00:00:24,300
should return.

6
00:00:24,300 --> 00:00:25,140
True.

7
00:00:25,170 --> 00:00:30,630
If the string starts with the string and force, if it does not.

8
00:00:30,960 --> 00:00:36,870
So it simply means that the function that I'm going to create you pass in a string.

9
00:00:37,260 --> 00:00:39,180
And then that's the first argument.

10
00:00:39,210 --> 00:00:44,700
The second argument is the character that you want to find in that particular string.

11
00:00:45,390 --> 00:00:46,050
All right.

12
00:00:46,470 --> 00:00:47,220
Good luck.

