No student devices needed. Know more
7 questions
List items have an index number. In the following list, which item has the index number of 3?
["John", "Harry", "Jesse", "John", "Harry", "Harry"]
"John"
"Harry"
"Jesse"
How do i remove something from a list?
variable.append()
variable.delete()
variable.remove()
variable=(new variable)
Suppose list1 is [3, 5, 25, 1, 3], what is min(list1) ?
3
5
1
25
Can you alter a list's name
Yes
No
Is the following statement a list?
My_list=['a','bravo','charlie'}
Yes
No,because of a key present in it
No, because a curly bracket is present in it
Explore all questions with a free account