
Python - List and Tuples
Flashcard
•
Computers
•
11th - 12th Grade
•
Practice Problem
•
Hard
Wayground Content
FREE Resource
Student preview

20 questions
Show all answers
1.
FLASHCARD QUESTION
Front
What is the output of the following piece of code when executed in Python shell?
>>> a=("Check")*3
>>> a
Back
(‘CheckCheckCheck’)
2.
FLASHCARD QUESTION
Front
Is the following piece of code valid?
>>> a=(1,2,3,4)
>>> del a
Back
Yes, the entire tuple is deleted
3.
FLASHCARD QUESTION
Front
What type of data is: a=[(1,1),(2,4),(3,9)]?
Back
List of tuples
4.
FLASHCARD QUESTION
Front
Which of the following is true for a tuple? Options: Tup = 1,2,3, Tup = (""1,"2), Tup = (1,2,3,4), None of the above
Back
Tup = (1,2,3,4)
5.
FLASHCARD QUESTION
Front
Result of the program above is
Back
('1', '2', '3', '4', '5')
6.
FLASHCARD QUESTION
Front
Which statement replaces the second element ('bar') in the tuple t = ('foo', 'bar', 'baz') with the string 'qux'? Options: t[1] = 'qux', t(1) = 'qux', t[1:1] = 'qux', error
Back
error
7.
FLASHCARD QUESTION
Front
If list=[17,23,41,10] then list.append(32) will result
Back
[17,23,41,10,32]
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?