The in operator is used to check if a value exists within an iterable object container such as a list. Evaluate to True if it finds a variable in the specified sequence and False otherwise.
python exam

Quiz
•
Education
•
8th Grade
•
Hard
Mohamed Abowarda
Used 3+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
5 mins • 1 pt
TRUE
FALSE
Answer explanation
Remember, the range doesn’t include the stop number in the output. Read Python range function for more details.
2.
MULTIPLE CHOICE QUESTION
5 mins • 2 pts
What is the output of the following code?
10, 11, 12, 13, 14
10, 11, 12, 13, 14, 15
Answer explanation
Remember, the range doesn’t include the stop number in the output. Read Python range function for more details.
3.
MULTIPLE CHOICE QUESTION
5 mins • 2 pts
What is the output of the following code?
{‘Vicki’, ‘Jodi’, ‘Garry’, ‘Eric’}
{‘Jodi’, ‘Vicki’, ‘Garry’, ‘Eric’}
The program executed with error
Answer explanation
The set is an unordered data structure. Therefore, we cannot access/add/remove its elements by index number.
4.
MULTIPLE CHOICE QUESTION
5 mins • 1 pt
What is the output of the following code?
10 20
10 20 30
Error: invalid syntax
Answer explanation
In Python, We can do simultaneous assignments to more than one variable.
5.
MULTIPLE CHOICE QUESTION
5 mins • 3 pts
What is the output of the following code?
JamesJamesJamesJamesJamesJames
JamesJamesJamesJamesJames
Error: invalid syntax
Answer explanation
We can use * operator to repeat the string n number of times. For example, in the above question, First, we repeated the string two times, and again we repeated the output string three times.
6.
MULTIPLE CHOICE QUESTION
5 mins • 1 pt
A string is immutable in Python?
Every time when we modify the string, Python Always create a new String and assign a new string to that variable.
TRUE
FALSE
Answer explanation
Yes, strings are immutable in Python. You cannot modify a string once created. If you change a string, Python builds a new string with the updated value and assigns it to the variable.
7.
MULTIPLE CHOICE QUESTION
5 mins • 2 pts
What is the output of the following code?
10
15
25
125
Answer explanation
Using two multiplication symbols, we can make a power relationship in Python. We call operator an exponent operator. For example, the result of expression 5 3 is 125
Create a free account and access millions of resources
Similar Resources on Quizizz
10 questions
Lesson 25 - datetime module

Quiz
•
5th - 8th Grade
10 questions
Lesson 28 - Recursive and anonymous function

Quiz
•
5th - 8th Grade
15 questions
Lesson 7 - Test 1

Quiz
•
5th - 8th Grade
15 questions
Python Basics Quiz

Quiz
•
6th - 10th Grade
16 questions
Test vòng loại Python - HKICO

Quiz
•
6th - 8th Grade
20 questions
Python-ICT

Quiz
•
8th Grade
10 questions
Lesson 12 - Transfer statements

Quiz
•
5th - 8th Grade
10 questions
Lesson 43 - Dictionary Datatype 1

Quiz
•
5th - 8th Grade
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
Discover more resources for Education
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University
44 questions
El fin del año- 7th

Quiz
•
7th - 12th Grade
40 questions
Word Study Assessment: Roots, Prefixes, Suffixes, and Vocabulary

Quiz
•
8th Grade
17 questions
guess the logo

Quiz
•
8th Grade
16 questions
Function or Non-Function?

Quiz
•
8th - 10th Grade
15 questions
Sentence Fragments and Run-ons

Quiz
•
8th Grade