SHARE
SPREAD
HELP

The Tradition of Sharing

Help your friends and juniors by posting answers to the questions that you know. Also post questions that are not available.


To start with, Sr2Jr’s first step is to reduce the expenses related to education. To achieve this goal Sr2Jr organized the textbook’s question and answers. Sr2Jr is community based and need your support to fill the question and answers. The question and answers posted will be available free of cost to all.

 

#
Authors:
Tony Gaddis
Chapter:
Introduction To Computers And Programming
Exercise:
Algorithm Workbench
Question:2 | ISBN:9780132576376 | Edition: 2

Question

To make sure that you can interact with IDLE, try the following steps on your computer:
• Start IDLE. To do this in Windows, click the Start button, then All Programs. In the Python program group click IDLE (Python GUI).
• When IDLE starts, it should appear similar to the window previously shown in Figure 1-21. At the >>> prompt type the following statement and then press Enter:
                   print('This is a test of IDLE.') enter
• After pressing the Enter key the Python interpreter will execute the statement. If you typed everything correctly, your session should look like this:
 >>>print('This is a test of IDLE.') enter
This is a test of IDLE.
>>>
• If you see an error message, enter the statement again and make sure you type it exactly as shown.
• Exit IDLE by clicking File, then Exit (or pressing Ctrl-Q on the keyboard).

TextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbook

Sorry the answer is not available at the moment…

If you are able to find the answer, please make sure to post it here. So that your Juniors have smile on their lips and feel happy.

Spread the 'tradition of sharing'.