Vidyalelo
Data Structure · Q39

Arrays in Data Structures

Programming · Data Structure · question 39

Q39

Which method is used to sort an array in Python?

A.
array.sort()
Answer
B.
sort(array)
C.
array.order()
D.
Arrays.sort(array)

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board