Python 4.5 : Project creation

We continue with our learning and here we will create a new project by doing new project we will rename it to turtle create close So here is our project created and here we are going to use a module. What is a module ? a module is something that will be added to our Python language. There are modules already incorporated as is the case of the module tortle, There are also modules that can be installed separately and we'll see that above. To use the tortle module, we type import tortle and then we create our tortle variable that we will normalize t, equal tortle point tortle parenthesis this means that it is an object if I run my code again we will see a window that opens and closes quickly, I run again and you will see this window opened and closed immediately to remedy this I will write at this level tortle dot done parenthesis which will keep the window active, I will restart my code, and I'm going to close it again at this level, we're still at the initialization stage of the code, and that's what we're going to be interested in, what we're going to enter inside the code, So before we start, we'll see you soon for the next video about moving the turtle.