Since, we looked at installing Python, let's try our hand at making Python actually do things using the textual interface.
Text-based user interfaces are very useful to programmers; they provide a quick and easy way to interact with programs while they're in development, experiment with code (which is, after all, text), and access documentation.