Print[expr]
prints expr as output.
Print[expr]
prints expr as output.
Details
- In a notebook, Print generates a cell with style "Print".
- Print can print any expression, including graphics and dynamic objects.
- Print[expr1,expr2,…] prints expri concatenated together, effectively using Row. »
- With a text‐based interface, Print ends its output with a single newline (line feed).
- You can arrange to have expressions on several lines by using Column. »
- Print sends its output to the channel $Output.
- Print uses the format type of $Output as its default format type.
Examples
open all close allBasic Examples (2)
Scope (8)
Print[Graphics[Circle[]]]Print[Graphics3D[Sphere[]]]Print a column of expressions:
Print[Column[{x, aaa, z}]]Print normally prints in StandardForm, so strings do not have quotes:
Print["this is a string"]Print in InputForm:
Print[InputForm["this is a string"]]Print in TraditionalForm:
Print[TraditionalForm[Integrate[1 / (x ^ 3 - 1), x]]]Print[Style[aaa, 18, Red]]Print[Slider[]];Print[InputField[]]Print[PasteButton["xyz"]]Print several expressions concatenated together:
Print[x ^ 2, "=", 12434]Applications (2)
Properties & Relations (2)
Tech Notes
Related Guides
Related Workflows
- Print Intermediate Values of a Variable
History
Introduced in 1988 (1.0) | Updated in 1996 (3.0) ▪ 2007 (6.0)
Text
Wolfram Research (1988), Print, Wolfram Language function, https://reference.wolfram.com/language/ref/Print.html (updated 2007).
CMS
Wolfram Language. 1988. "Print." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2007. https://reference.wolfram.com/language/ref/Print.html.
APA
Wolfram Language. (1988). Print. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Print.html
BibTeX
@misc{reference.wolfram_2026_print, author="Wolfram Research", title="{Print}", year="2007", howpublished="\url{https://reference.wolfram.com/language/ref/Print.html}", note=[Accessed: 13-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_print, organization={Wolfram Research}, title={Print}, year={2007}, url={https://reference.wolfram.com/language/ref/Print.html}, note=[Accessed: 13-June-2026]}