Once the installation of the packages is complete, one can then
proceed to run and type their scripts. It is essential to understand
the syntax that should be used in python scripting. It is, however,
quite a simple syntax.
On the terminal typing on python will look as follows.
In [1]: print “call user.”
Call use r
The specific words that one uses to help insert command and run them on
python are called syntax. For example, the use of the word ‘print’ to ask the
program to display certain words. Therefore it is essential that one when
scripting is able to understand the syntax as they are essential to ensure that
the script is executable later.