English
Tamil Nadu Board of Secondary EducationHSC Science Class 12

Write a short note about sort( ). - Computer Science

Advertisements
Advertisements

Question

Write a short note about sort( ).

Answer in Brief

Solution

Function : Sort ()
Syntax:
List.sort( reverse=True | False, key=my Func)

  • Both arguments are optional.
  • If the reverse is set as True, list sorting is in descending order.
  • Ascending is the default.

Description:
Sort () function sorts the elements in the list

Example:

MyList=[‘Thilothamma’, ‘Tharani’, ‘Anitha’, ‘SaiSree’, ‘Lavanya’]
MyList.sort()
print(MyList)
MyList.sort(reverse=True)
print(MyList)
Output:
[‘Anitha’, ‘Lavanya’, ‘SaiSree’, ‘Tharani’, ‘Thilothamma’]
[‘Thilothamma’, ‘Tharani’, ‘SaiSree’, ‘Lavanya’, ‘Anitha’]
shaalaa.com
Introduction to List
  Is there an error in this question or solution?
Chapter 9: Lists, Tuples, Sets and Dictionary - Evaluation [Page 169]

APPEARS IN

Samacheer Kalvi Computer Science [English] Class 12 TN Board
Chapter 9 Lists, Tuples, Sets and Dictionary
Evaluation | Q 2. | Page 169
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×