Review Game Zone
Games
Test
Preview
Back
Match it!
Match it! Select the correct answer from the pull down...Good luck!
Name the two basic modes of IDLE.
nor
0 2 4 6 8 10
=
Escape sequence
interactive and script
String
Nested if-elif-else block inside a while loop
:6
When writing a menu-based program, the menu structure should be...
nor
0 2 4 6 8 10
=
Escape sequence
interactive and script
String
Nested if-elif-else block inside a while loop
:6
What are a set of characters that allow you to insert special characters into a string?
nor
0 2 4 6 8 10
=
Escape sequence
interactive and script
String
Nested if-elif-else block inside a while loop
:6
What type of value will the input function return to you?
nor
0 2 4 6 8 10
=
Escape sequence
interactive and script
String
Nested if-elif-else block inside a while loop
:6
Which of the following is an assignment operator?
nor
0 2 4 6 8 10
=
Escape sequence
interactive and script
String
Nested if-elif-else block inside a while loop
:6
Which slice will turn the sting 'summer vacation' into 'summer'? (assume brackets are present)
nor
0 2 4 6 8 10
=
Escape sequence
interactive and script
String
Nested if-elif-else block inside a while loop
:6
What will the following code display (assume proper tabbing)? count = 0 \ while count != 10: \ print (count,end='') \ count += 2
nor
0 2 4 6 8 10
=
Escape sequence
interactive and script
String
Nested if-elif-else block inside a while loop
:6
Which of the following is not one of the three logical operators?
nor
0 2 4 6 8 10
=
Escape sequence
interactive and script
String
Nested if-elif-else block inside a while loop
:6
Check it!