Python LIST

Quiz
•
Professional Development
•
Professional Development
•
Hard
Vijayakumar R
Used 98+ times
FREE Resource
10 questions
Show all answers
1.
FILL IN THE BLANK QUESTION
1 min • 1 pt
What is the output of Following code?
List = ['spam', 2.0, 5, [10, 20]]
print(List[2])
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the output of Following code?
cheeses = ['Cheddar', 'Edam', 'Gouda']
numbers = [42, 123]
print(cheeses, numbers)
['Cheddar', 'Edam', 'Gouda'] [42, 123]
[42, 123] ['Cheddar', 'Edam', 'Gouda']
Compilation Error
No output
3.
FILL IN THE BLANK QUESTION
1 min • 1 pt
What is output of the following Code (Execute in Intrepreter)
cheeses = ['Cheddar', 'Edam', 'Gouda']
'Edam' in cheeses
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In Python, list is mutable
True
False
5.
MULTIPLE SELECT QUESTION
1 min • 1 pt
Which of the following commands will create a list?
list1 = list()
list1 = []
list1 = list([1, 2, 3])
list1 = new List()
6.
FILL IN THE BLANK QUESTION
1 min • 1 pt
What is the output of the following code?
list = [1,2,3,4,5,6,7,8,9,10]
print(list[1:2])
7.
FILL IN THE BLANK QUESTION
1 min • 1 pt
What is the output of the following code?
list = [1,2,3,4,5,6,7,8,9,10]
print(list[2:1])
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Day13_Quiz_NBKR

Quiz
•
Professional Development
10 questions
Quiz on Angular JS

Quiz
•
Professional Development
11 questions
โครงสร้างระบบเครื่องยนต์ควบคุมด้วยอิเล็กทรอนิกส์

Quiz
•
Professional Development
15 questions
Podstawy przedsiębiorczości - RYNEK PRACY

Quiz
•
Professional Development
14 questions
Java Collections

Quiz
•
Professional Development
15 questions
Quiz 2 Internship on Fundamentals of Python

Quiz
•
Professional Development
7 questions
Understand Project Scope Management

Quiz
•
Professional Development
10 questions
Diodes and rectifiers

Quiz
•
Professional Development
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade