Print
✖
Print
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 allclose allBasic Examples (2)Summary of the most common use cases
Scope (7)Survey of the scope of standard use cases
In[1]:=1

✖
https://wolfram.com/xid/0dejea-jy7
In[2]:=2

✖
https://wolfram.com/xid/0dejea-khb
Print a column of expressions:
In[1]:=1

✖
https://wolfram.com/xid/0dejea-orz
Print normally prints in StandardForm, so strings do not have quotes:
In[1]:=1

✖
https://wolfram.com/xid/0dejea-blo
Print in InputForm:
In[2]:=2

✖
https://wolfram.com/xid/0dejea-zfb
Print in TraditionalForm:
In[1]:=1

✖
https://wolfram.com/xid/0dejea-u0r
In[1]:=1

✖
https://wolfram.com/xid/0dejea-yic
In[1]:=1

✖
https://wolfram.com/xid/0dejea-g74
In[1]:=1

✖
https://wolfram.com/xid/0dejea-g90
Generalizations & Extensions (1)Generalized and extended use cases
Applications (2)Sample problems that can be solved with this function
Wolfram Research (1988), Print, Wolfram Language function, https://reference.wolfram.com/language/ref/Print.html (updated 2007).
✖
Wolfram Research (1988), Print, Wolfram Language function, https://reference.wolfram.com/language/ref/Print.html (updated 2007).
Text
Wolfram Research (1988), Print, Wolfram Language function, https://reference.wolfram.com/language/ref/Print.html (updated 2007).
✖
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.
✖
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
✖
Wolfram Language. (1988). Print. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Print.html
BibTeX
✖
@misc{reference.wolfram_2025_print, author="Wolfram Research", title="{Print}", year="2007", howpublished="\url{https://reference.wolfram.com/language/ref/Print.html}", note=[Accessed: 08-July-2025
]}
BibLaTeX
✖
@online{reference.wolfram_2025_print, organization={Wolfram Research}, title={Print}, year={2007}, url={https://reference.wolfram.com/language/ref/Print.html}, note=[Accessed: 08-July-2025
]}