Page 268 - Beginning Programming with Pyth - John Paul Mueller
P. 268
FIGURE 11-22: The Keywords page contains a listing of keywords that Python supports.
Typing a search term
The pages also include two text boxes near the top. The first has a Get button next to it and the second has a Search button next to it. When you type a search term in the first text box and click Get, you see the documentation for that particular package or attribute. Figure 11-23 shows what you see when you type print and click Get.
FIGURE 11-23: Using Get obtains specific information about a search term.