Python Programming Competition

Quiz
•
Information Technology (IT)
•
University
•
Hard
Darren Hong
Used 1+ times
FREE Resource
12 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
What is the output of the following code?
[1] [2] [3]
[1] [1, 2] [1, 2, 3]
[1] [1, 2] [1, 2, 3]
[1] [2] [3]
2.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
What will be the output of the following code?
[1, 2, 3], [1, 2, 3, 4]
[1, 2, 3]
[1, 2, 3, 4]
Error
3.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
What will be the output of the following Python expression?
(1, 2, 1, 2, 1, 2)
`(1, 2, 1, 2, 1, 2)`
[1, 2, 1, 2, 1, 2]
Error
4.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Which of the following statements about tuples is False?
Tuples are immutable.
Tuples can contain elements of different types.
Tuples can be modified after creation.
Tuples support indexing.
5.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
What does the following generator function return when called as list(gen())?
[0, 1, 2]
[0, 1, 2]
generator object
None
6.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Which built-in function is used to apply a function to all elements in an iterable?
filter()
map()
apply()
reduce()
7.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Will the following code produce an error?
Yes
No
Create a free account and access millions of resources
Similar Resources on Wayground
12 questions
[Quiz] Python Function

Quiz
•
University
15 questions
Python for loop/lists

Quiz
•
9th Grade - University
9 questions
G12- Python Strings Quiz

Quiz
•
12th Grade - University
12 questions
Review loops

Quiz
•
8th Grade - University
12 questions
Quiz 3

Quiz
•
University
15 questions
Bài 29

Quiz
•
10th Grade - University
10 questions
Exploring Python Lists and Tuples

Quiz
•
University
15 questions
Python Loop

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