Linux Tutorial

Computer programs generally involve interaction with the user. This is called input and output. Output involves printing things to the screen (and, as we shall see later, it also involves writing data to files, sending plots to a printer, etc). We have already seen one way of getting input--the input() function in Section 1.2. ................
................