150k views
2 votes
Lesson 1 (4.0 points)

1. What is code? (1.0 pts)

2. What does the Python(command line) interpreter’s command prompt look like? (0.5 points)

3. Name at least one way to deal with a frozen window. (0.5 points)

4. What does the reset() command do? (1.0 points)

5. What is an argument? (1.0 points)

Lesson 2 (4.0 points)

1. What is the radius of a circle? (1.0 points)

2. In the circle() command, what is the steps argument? (1.0 points)

3. In the forward() command, what does the number argument inside the parentheses do? (1.0 points)

4. What would the command left(-720) do? (1.0 points)

Lesson 3 (4.0 points)

1. What is IDLE used for? (1.0 points)

2. What does the exitonclick() command do? (1.0 points)

3. What is a shell? (1.0 points)

4. What is a way to tell the Python Shell from the text editor? (1.0 points)

1 Answer

1 vote


3. Hold down the CTRL, ALT, and DELETE keys simultaneously, click Task Manager option, then right-click the frozen program's name, and finally click the end task button.


User Stephan Celis
by
6.8k points