Your First Python Script

1.1. Your First Python Script#

Tip

This is an “In a Nutshell” page. For additional explanation, see the full page here.

1.1.1. Excuting a cell in python#

The print() function in Python is used to output or display text or other information on the screen. It can be used to display a string of text, the value of a variable, or the result of a calculation. The text or information that you want to display is passed as an argument inside the parenthesis of the print() function.