Elements of a tuple can be accessed in the same way as list or string using

List,Tuples,Dictionary

Quiz
•
Engineering
•
Professional Development
•
Hard
geet s
Used 2+ times
FREE Resource
19 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Indexing
Slicing
Both indexing and slicing
None of the above
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
init_tuple = ('Python') * 3
print(type(init_tuple))
A. <class ‘tuple’>
B. <class ‘str’>
C. <class ‘list’>
D. <class ‘function’>
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the below Python code?
a = {(1,2):1,(2,3):2}
print(a[1,2])
A. Key Error
B. {(2,3):2}
C. 1
D. {(1,2):1}
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
The code below has a Python function writing to a dictionary. What will it print in the end?
A. 1
B. 2
C. 3
D. 4
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What will be the output of the Python code given below?
dict = {'c': 97, 'a': 96, 'b': 98}
for _ in sorted(dict):
print (dict[_])
A. 96 98 97
B. 96 97 98
C. 98 97 96
D. NameError
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
>>colors = ["red", "green", "burnt sienna", "blue"]
>> "yellow" in colors
What is the result of the yellow in colors expression?
ValueError: 'yellow' is not in list
4
3
False
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What’s the main difference between Python lists and tuples?
Lists can hold any data type and tuples can only contain int and str objects.
Lists are immutable and tuples are mutable.
Lists are faster and tuples are slower.
Lists are mutable and tuples are immutable.
Create a free account and access millions of resources
Similar Resources on Quizizz
17 questions
Quiz Open House BEI IMT AERO

Quiz
•
Professional Development
18 questions
3003 LO4 12 RCDs Voltage Current & Equipment Class Measurement

Quiz
•
Professional Development
20 questions
Egzamin zawodowy styczeń 2024 - PART 3

Quiz
•
Professional Development
20 questions
Java Programming Quiz 1

Quiz
•
Professional Development
20 questions
C02 : INDUSTRIAL AUTOMATION SYSTEMS INTEGRATION

Quiz
•
Professional Development
20 questions
DS - QUIZ 1

Quiz
•
Professional Development
15 questions
Java Networking Fundamentals

Quiz
•
Professional Development
14 questions
Day -Wise Assessments | ATOM| SBU | 2024-25 | Infosys Training

Quiz
•
Professional Development
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
20 questions
Math Review - Grade 6

Quiz
•
6th Grade
20 questions
math review

Quiz
•
4th Grade
5 questions
capitalization in sentences

Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance

Interactive video
•
5th - 8th Grade
15 questions
Adding and Subtracting Fractions

Quiz
•
5th Grade
10 questions
R2H Day One Internship Expectation Review Guidelines

Quiz
•
Professional Development
12 questions
Dividing Fractions

Quiz
•
6th Grade