Skip to content
Brad Slayter edited this page Oct 25, 2016 · 4 revisions

Print

Prints an expression to the console. You can use the + operator to concatenate items together.

Examples

print("Hello, World")
print("The meaning of life is: " + 42)
Clone this wiki locally