This is the main window inside Python software. On the top left corner you can see the name of the file along with ' .py ' which is python's files extension. Next to it, a file path is located (describes where the file is locate within the hard drive) Below you can see a tab with a few options such as file, edit, format, run, options, window and help. This is an example of python's code. As you can see, certain words have particular colours. For example, orange means that python recognizes a keyword. purple means an in-built function is triggered. Colour green means that a message will be displayed to the user. The numbers on the left tell you which line the code is written in. The number in the bottom right corner followed by "Ln:" informs the python's user of the amount of lines written in current file.
Comments
Post a Comment