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