
Python Programming Competition
Authored by Darren Hong
Information Technology (IT)
University
Used 1+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
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
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?