Thursday, May 14, 2020

What is programming? | Basics of programming ---> print( ) function


Programming languages can be considered as a toolbox with different tools to implement our ideas.

Let us consider Python as a  toolbox with different tools inside them. We don't really require all tools at the same time for writing a program.


Let's take an example:



I am going to introduce you, a new tool from our toolbox Python which is the 
print() function.





print( ) function  is a function which outputs whatever messages  you want to  print  out.