List in Python

Quiz
•
Computers
•
11th Grade
•
Hard
Pallabi Mazumdar
Used 357+ times
FREE Resource
25 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Which of the following statement will create list?
a. L1=list( )
b. L1=[1,2,3,4]
c. Both of the above
d. None of the above
2.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Write the output of the following code : list(“welcome”)
a. [‘w’, ‘e’, ‘l’, ‘c’, ‘o’, ‘m’, ‘e’]
b. (‘w’, ‘e’, ‘l’, ‘c’, ‘o’, ‘m’, ‘e’)
c. [‘welcome’]
d. None of the above
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Write the output of the following code :
>>> L=[“Amit”,”Anita”,”Zee”,”Longest Word”]
>>> print(max(L))
a. Zee
b. Longest Word
c. Error
d. None of the above
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Find out the output
a. Longest Word
b. Zee
c. Amit
d. Error
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Find out the output
a. 15 9 1
b. Error
c. Max and Min are only for String Value
d. None of the above
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
what is the output
a. [6, 7, 8]
b. 6, 7, 8
c. Error
d. 6
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Find the output
a. [‘c’ , ‘o’]
b. [‘c’ , ‘o’ , ‘m’]
c. (com)
d. Error
Create a free account and access millions of resources
Similar Resources on Wayground
21 questions
Programming - Python (year 12)

Quiz
•
9th - 12th Grade
20 questions
JAVA FUNDAMENTALS

Quiz
•
9th - 12th Grade
20 questions
AP CA A Unit 4 Review

Quiz
•
11th - 12th Grade
25 questions
CSP Python Review

Quiz
•
9th - 12th Grade
25 questions
Quiz Bahasa C

Quiz
•
10th Grade - University
20 questions
List Manipulations

Quiz
•
11th Grade
20 questions
LETS PLAY QUIZ - PYTHON CBSE CLASS XII

Quiz
•
11th - 12th Grade
20 questions
HAFTR - Unity Coding Review

Quiz
•
11th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

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

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade