concept print function in category raspberry pi
appears as: print function, The print function

This is an excerpt from Manning's book Hello Raspberry Pi!: Python programming for kids and other beginners.
Earlier in this chapter, you used the print function to display the value of variables. Let’s go over more about using the print function. Try printing the message “Hello World!” to the screen like this:
Take a closer look at how you can use the print function in figure 2.10. Python prints “Hello World!” to the Python Shell.