
Python Practice 3

Quiz
•
Other
•
Professional Development
•
Hard
Assoc.Prof,IT Chennai
Used 1+ times
FREE Resource
12 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the primary purpose of the if statement in Python?
To execute a block of code based on a condition
To perform mathematical operations
To repeat a block of code
To define a function
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which keyword is used to execute a block of code if the condition in the if statement is false?
else
elif
while
for
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
i = 2
while True:
if i%3 == 0:
break
print(i)
i += 2
2, 4 ,6 ,8 ,10 …,,
2 4 ,
2,3
error
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
x = 10
if x < 5:
print("x is less than 5")
elif x > 15:
print("x is greater than 15")
else:
print("x is between 5 and 15")
x is less than 5
x is greater than 15
x is between 5 and 15
no output
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
How can you exit a loop prematurely in Python?
Using the break statement
Using the continue statement
Using the pass statement
Using the exit function
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the purpose of the for loop in Python?
To execute a block of code repeatedly until a condition is false
To iterate over items in a sequence
To execute a block of code a fixed number of times
To define a function
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
fruits = ["apple", "banana", "cherry"]
for fruit in fruits:
print(fruit)
apple banana cherry
[“apple”, “banana”, “cherry”]
0 1 2
no output
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
PEMBAYARAN KARTU

Quiz
•
Professional Development
8 questions
Python BAsics

Quiz
•
Professional Development
10 questions
ISM and ISPS

Quiz
•
Professional Development
16 questions
PRIMER CUESTIONARIO

Quiz
•
Professional Development
10 questions
Hoa điểm 10_Tin 11

Quiz
•
Professional Development
9 questions
Повторение теории по уроку 1. Команда print()

Quiz
•
Professional Development
15 questions
Lists and operators

Quiz
•
Professional Development
15 questions
Python & SQL

Quiz
•
Professional Development
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Other
11 questions
All about me

Quiz
•
Professional Development
10 questions
How to Email your Teacher

Quiz
•
Professional Development
15 questions
Fun Random Trivia

Quiz
•
Professional Development
22 questions
Anne Bradstreet 1612-1672

Quiz
•
Professional Development
18 questions
Spanish Speaking Countries and Capitals

Quiz
•
KG - Professional Dev...
14 questions
Fall Trivia

Quiz
•
11th Grade - Professi...
15 questions
Disney Characters Quiz

Quiz
•
Professional Development
15 questions
Quiz to Highlight Q types & other great features in Wayground

Quiz
•
Professional Development