using its name in order to recall them when necessary . When you use
your editor or IDE, the file is run via the interpreter, which then determines
the words used in the program. For instance, in the program below, the
interpreter will see the word encircled in parenthesis and prints what is
inside the parentheses. In the course of writing Python codes, the editor
may highlight certain parts of the program. For instance, it recognizes that
print () is a function name and uses a particular color to differentiate it.
However, when it gets to the word “Hello Welcome to Python
Programming!” it recognizes that it is a Python program code. Therefore, it
uses a different color to differentiate it from the other code. This unique
feature is known as syntax highlighting and is useful for beginners.
Do'stlaringiz bilan baham: |