Print[expr] prints expr as output.
Examples
Print a message:
Print["Hello, World!"]
(* Hello, World! *)Print multiple expressions:
Print["x = ", 5]
(* x = 5 *)Something isn't working? Report an issue.
Please visit the official Wolfram Language Reference for more details.