Python is a
Python

Quiz
•
Professional Development
•
Professional Development
•
Hard
Kavyashree PN
Used 29+ times
FREE Resource
30 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Object Oriented Programming
Interpreted Programming
High Level Programming
All the Above
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which can be an Identifier among them in Python?
$123
_abc
@fg
1a
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the data type of print(type(10))
<class 'int'>
int
integer
<class 'integer'>
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Predict the Output
x = 'abcd'
for i in x:
print(i.upper())
Syntax Error
a B C D
a b c d
A B C D
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
All keywords in Python are in _________?
Capitalized
Lower case
Upper Case
None of the mentioned
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following Python code?
for i in range(1,5):
if i==4:
continue
print(i)
1 2 3 4 5
1 2 3 5
1 2 3
Error
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the order of precedence in python?
Exponential, Parentheses, Multiplication, Division, Addition, Subtraction
Exponential, Parentheses, Division, Multiplication, Addition, Subtraction
Parentheses, Exponential, Multiplication, Division, Addition, Subtraction
Parentheses, Exponential, Multiplication, Division, Subtraction, Addition
Create a free account and access millions of resources
Similar Resources on Quizizz
28 questions
Transmission and Driveline

Quiz
•
Professional Development
25 questions
core java 2

Quiz
•
Professional Development
30 questions
Programming Boot Camp-Quiz I

Quiz
•
Professional Development
30 questions
Quiz 4 - ITEDEV - Final

Quiz
•
Professional Development
30 questions
Python - Basic Data, Structure, and Concepts

Quiz
•
Professional Development
29 questions
Revisão de Python - básico

Quiz
•
Professional Development
25 questions
Introduction to Alexa Skills and APIs

Quiz
•
10th Grade - Professi...
26 questions
Girl's Day MSFT CGN 2023

Quiz
•
Professional Development
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade