In the context of computer programming, "print" refers to the action of displaying or outputting information on a screen or other output device. It is a command or function that allows the programmer to display text, numbers, or other data to the user or to a file. The printed output can be viewed in the console or terminal window, or it can be redirected to a file or another program. The "print" statement or function is commonly used in various programming languages, such as Python, Java, C++, and many others.