Computer Science
State whether the following statement is True or False :
A = [ ] and A = list( ) will produce the same result.
Python List Manipulation
3 Likes
Answer
True
Answered By
3 Likes
Related Questions
State whether the following statement is True or False :
The list( ) and copy( ) are the similar functions.
State whether the following statement is True or False :
The pop( ) and remove( ) are similar functions.
State whether the following statement is True or False :
Lists once created cannot be changed.
State whether the following statement is True or False :
To sort a list, sort( ) and sorted( ), both can be used.