1. What does the following Python code print out? a = [1, 2, 3]; b = [4, 5, 6]; c = a + b; print len(c)
Day-4 IOAC - ML Python Assessment_12th-Feb-2023

Quiz
•
Professional Development
•
Professional Development
•
Hard
KVCH CORPORATE
Used 3+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
3
4
5
6
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
1. What list method adds a new item to the end of an existing list?
append()
insert()
pop()
add()
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
colors = ["red", "green", "burnt sienna", "blue"]
Output of >>> "yellow" in colors
True
False
Syntax Error
None of the above
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Which of the following statement is not correct?
A list is mutable
A tuple is immutable.
The append() function is used to add an element.
The extend() function is used in tuple to add elements in a list
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Let setA={3,6,9}, setB={1,3,9}. What will be the result of the following snippet? print(setA|setB)
{3,6,9,1,3,9}
{3,9}
{1}
{1,3,6,9}
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will be the output of the following Python code?
>>>t = (1, 2, 4, 3, 8, 9)
>>>[t[i] for i in range(0, len(t), 2)]
[2, 3, 9]
[1, 2, 4, 3, 8, 9]
[1, 4, 8]
(1, 4, 8)
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What will be the output of the following Python code?
>>>t1 = (1, 2, 4, 3)
>>>t2 = (1, 2, 3, 4)
>>>t1 < t2
True
False
Error
None
Create a free account and access millions of resources
Similar Resources on Quizizz
12 questions
ML-1

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

Quiz
•
Professional Development
10 questions
Flutter_Q5

Quiz
•
Professional Development
9 questions
Python Looping

Quiz
•
Professional Development
10 questions
IOAC - ML Batch Pre-Assessment -4th-Feb

Quiz
•
Professional Development
10 questions
SvensQA -ISTQB- QUIZ1

Quiz
•
Professional Development
10 questions
Simple Easy Basic Lua Quiz

Quiz
•
4th Grade - Professio...
15 questions
Q1 Introduction to Python

Quiz
•
Professional Development
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