8.20 print

print <expression>

The print command outputs the value of a mathematical expression to the terminal. It is most often used to find the value of a variable, though it can also be used to produce formatted output from a PyXPlot script. For example:

print a

would print the value of the variable $a$.