Computer Science
State whether the following statement is True or False :
To sort a list, sort( ) and sorted( ), both can be used.
Python List Manipulation
2 Likes
Answer
True
Answered By
1 Like
Related Questions
State whether the following statement is True or False :
A = [ ] and A = list( ) will produce the same result.
State whether the following statement is True or False :
Lists once created cannot be changed.
State whether the following statement is True or False :
The extend( ) adds a single element to a list.
State whether the following statement is True or False :
The append( ) can add an element in the middle of a list.