Using Python: The Python Shell and IDLE

Using Python: The Python Shell and IDLE

Assessment

Interactive Video

10th Grade

Hard

Created by

Catherine L Hulcher

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python Shell waits for the input command from the user. As soon as the user enters the command, it executes it and displays the result.

True

False

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The IDLE provides a place to write and save a program

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The file extension for a python program is .py

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The program window allows us to go back and makes changes to our program

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Before you run your program, you save it.

True

False