
Python MCQ Quiz

Quiz
•
Other
•
University
•
Medium
Geetha AIDS
Used 3+ times
FREE Resource
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
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
Type Conversions and Computation

Quiz
•
University
15 questions
Tech quiz Round 1

Quiz
•
University
21 questions
Python QCM

Quiz
•
University
15 questions
R programming

Quiz
•
University
20 questions
Quanta

Quiz
•
University
25 questions
Introduction to Python and Data Analytics Basics

Quiz
•
University
24 questions
Round 3: Coding Round

Quiz
•
University
20 questions
Quizz 2

Quiz
•
University
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade