Software functionality
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.
The numbers on the left tell you which line the code is written in.

Comments
Post a Comment