# print
`print` is a very useful [[Built-in|builtin]] [[Function]] beside obvious usage of printing text to users of a [[CLI - Command Line Interface|CLI]]. It is also used for debugging purposes, usually when standards [[Debugger|debuggers]] are not available.
There is several [[Anti-Pattern|anti-patterns]] related to the usage of `print`:
- [[print in for loop]]
---
Bibliography:
- [Title - website.com](need bibliography)