wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Programming python Ch1

Total questions: 4

Worksheet time: 2mins

Name
Class
Date
1.

Script Mode provides the quickest method of running blocks or a single line of python code.

a)

True

b)

False

2.

Interactive Mode DOES NOT use Python Shell on CMD (Command Prompt)

a)

True

b)

False

3.

Script Mode provides the result of the code after the Python runs the Text file (".py" ).

a)

True

b)

False

4.

The result will be returned immediately after pressing the <enter> key from the keyboard in Interactive Mode

a)

True

b)

False