00:01
Hello, welcome to this lesson.
00:03
In this lesson, we'll create a python file that we'll be able to read from a test file that is on the computer space.
00:13
So here, the path of this file, together with the file name on my computer, is the...
00:24
It is on the c.
00:26
So, use this and add woolly.
00:32
Okay, let's stop.
00:37
We need a folder in shepherd and now the name of the file which is numbers .txt.
00:49
Okay, so this is the path including the name of the file, but i'm going to use the raw string so that it will not see...
01:03
It will not see anything as the character escape and all that.
01:08
Okay, so i'm going to get the file from this path.
01:14
Now, use the open.
01:17
So, the open method.
01:20
Now, passing the path file, then the read or write access.
01:29
I'm going to go for read as a super user...