python set 1

Quiz
•
Other
•
University
•
Hard
ESPARK 2023
Used 6+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Amongst which of the following if syntax is true?
if condition: #Will executes this block if the condition is true
if condition { #Will executes this block if the condition is true }
if(condition) #Will executes this block if the condition is true
None of the mentioned above
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which one of the following is not a keyword in Python language?
eval
assert
nonlocal
pass
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What arithmetic operators cannot be used with strings in Python?
*
–
+
All of the above
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of these is the definition for packages in Python
A set of programs making use of Python modules
A set of main modules
A folder of python modules
A set of programs making use of Python modules
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following code snippet?
a = [1, 2, 3, 4]
b = [3, 4, 5, 6]
c = [x for x in a if x not in b]
print(c)
[1,2]
[5,6]
[1,2,5,6]
[3,4]
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following code snippet?
a = [[], "abc", [0], 1, 0]
print(list(filter(bool, a)))
[abc]
['abc',[0],1]
[1]
none of above
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following code snippet?
pYHON PrOgRaMmInG
Python Programming:
PYTHON PROGRAMMING
python programming
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
PYTHON BASICS

Quiz
•
University
10 questions
Python set 3

Quiz
•
University
15 questions
Tech quiz Round 1

Quiz
•
University
10 questions
#Sg_Spaic Last season Quiz (ML and Python)

Quiz
•
KG - Professional Dev...
9 questions
quiz - 7(exceptions and file handling)

Quiz
•
12th Grade - University
10 questions
c set 3

Quiz
•
University
12 questions
Intro to Python Programming Quiz 9C

Quiz
•
10th Grade - University
14 questions
Intro to Python Programming Quiz 9B

Quiz
•
10th Grade - University
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade