Discover
Questions library
Collections library
Find online teacher
login
Discover
questions library
Find online teacher
login
Popular searches:
if-else
class-diagram
flowchart
Polymorphism
Home
Questions
Questions
Study lists
Yasmin Questions
5728 Questions
Assume the output values : [[3, 4, 5, 1], [33, 6, 1, 2]] v = values[0][0] for lst in values: for element in lst: if v > element: v = element print(v)
Python programming
2022-05-27
Answers
30
Question
40
Followers
30
4
1
806
Which of the following statement is correct
Python programming
2022-05-27
Answers
30
Question
40
Followers
30
0
1
590
Suppose list1 is [1, 3, 2], What is list1 * 2 ?
Python programming
2022-05-27
Answers
30
Question
40
Followers
30
0
1
577
Assume the output : list1 = [1, 2, 3, 4] list2 = [5, 6, 7, 8] print(len(list1 + list2))
Python programming
2022-05-27
Answers
30
Question
40
Followers
30
0
1
782
In which of the following we can use "in" operator to check the elements
Python programming
2022-05-27
Answers
30
Question
40
Followers
30
0
1
415
What is the output? print([i.lower() for i in \"HELLO\"])
Python programming
2022-05-27
Answers
30
Question
40
Followers
30
1
1
676
What is the output? Y=[2,5J,6] Y.sort()
Python programming
2022-05-27
Answers
30
Question
40
Followers
30
20
1
5872
Output of 7^10 is
Python programming
2022-05-27
Answers
30
Question
40
Followers
30
2
1
462
Which command is used to add an element in the list
Python programming
2022-05-27
Answers
30
Question
40
Followers
30
0
1
512
Suppose list1 is [3, 5, 25, 1, 3], what is min(list1)
Python programming
2022-05-27
Answers
30
Question
40
Followers
30
0
1
495
Is tuple mutuable
Python programming
2022-05-27
Answers
30
Question
40
Followers
30
0
1
513
Point out the invalid variable
Python programming
2022-05-27
Answers
30
Question
40
Followers
30
0
1
193
What is the output? 5
Python programming
2022-05-27
Answers
30
Question
40
Followers
30
0
1
442
Total:
5728
Previous
276
277
278
279
280
Next
Go