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
813
Which of the following statement is correct
Python programming
2022-05-27
Answers
30
Question
40
Followers
30
0
1
601
Suppose list1 is [1, 3, 2], What is list1 * 2 ?
Python programming
2022-05-27
Answers
30
Question
40
Followers
30
0
1
588
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
795
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
421
What is the output? print([i.lower() for i in \"HELLO\"])
Python programming
2022-05-27
Answers
30
Question
40
Followers
30
1
1
688
What is the output? Y=[2,5J,6] Y.sort()
Python programming
2022-05-27
Answers
30
Question
40
Followers
30
20
1
5894
Output of 7^10 is
Python programming
2022-05-27
Answers
30
Question
40
Followers
30
2
1
469
Which command is used to add an element in the list
Python programming
2022-05-27
Answers
30
Question
40
Followers
30
0
1
521
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
506
Is tuple mutuable
Python programming
2022-05-27
Answers
30
Question
40
Followers
30
0
1
520
Point out the invalid variable
Python programming
2022-05-27
Answers
30
Question
40
Followers
30
0
1
194
What is the output? 5
Python programming
2022-05-27
Answers
30
Question
40
Followers
30
0
1
452
Total:
5728
Previous
276
277
278
279
280
Next
Go