Example & Tutorial understanding programming in easy ways.

How we print the statement in Python ?

We use print() Build-In function to do this 

we can print any statement by print() function.

-Here statement are enclosed by "" or ''

Read More →