
Python MCQ Quiz
Authored by Geetha AIDS
Other
University
Used 3+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which of the following is the correct way to declare a variable in Python?
var = 10
int x = 10
x := 10
x = 10
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is the output of print(3 + 2 * 2) in Python?
5
8
10
7
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which of the following is used for comments in Python?
/* */
//
#
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What will the following code output? x = 5; x = x + 2; print(x)
5
Error
7
10
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which of the following is not a data type in Python?
list
int
string
char
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What will the result be for the following Python code? for i in range(3): print(i)
0 1 2
Error
1 2 3
0 1 2 3
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which of the following statements is used to exit a loop in Python?
end
exit
break
continue
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?