English

What will be the output of the following statement? list1 = [12,32,65,26,80,10] list1.sort() print(list1) - Computer Science (Python)

Advertisements
Advertisements

Question

What will be the output of the following statement?

list1 = [12,32,65,26,80,10]
list1.sort()
print(list1)
Short Note

Solution

The sort() method will sort the list in ascending order in place.

OUTPUT:

[10, 12, 26, 32, 65, 80]

shaalaa.com
List
  Is there an error in this question or solution?
Chapter 9: Lists - Exercise [Page 204]

APPEARS IN

NCERT Computer Science [English] Class 11
Chapter 9 Lists
Exercise | Q 1. i. | Page 204
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×