Reading from and writing to the outside world is minimized to single characters.
pt)Prints to standard output.
in)Prompts the user and reads from stdin.
r)Reads the entire contents of a file into a string.
w)Writes a string to a file, overwriting existing content.