What is the output of Following code?
List = ['spam', 2.0, 5, [10, 20]]
print(List[2])
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])
13 questions
imagePRESS V900 - part 2
Quiz
•
Professional Development
10 questions
Quiz 03.05.2024
Quiz
•
Professional Development
15 questions
python dictionary and set
Quiz
•
Professional Development
10 questions
SAP Quiz
Quiz
•
Professional Development
10 questions
PWC_Python_Day2
Quiz
•
Professional Development
14 questions
ABREDES - Devasc Python
Quiz
•
Professional Development
10 questions
pyhthon condition statement
Quiz
•
Professional Development
9 questions
Python training series quiz
Quiz
•
Professional Development
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