We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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)