Description : Use methods like append(), extend(), and sort().
Answer :
Python lists have various built-in methods that allow you to manipulate and transform list data. Some commonly used methods include append(),extend(),sort(),reverse(), and pop().