1.

Explain And Statement About List?

Answer»

As the name SPECIFIES list holds a list of data ITEMS in an orderly manner. SEQUENCE of data items can be PRESENT in a list. In python you have to specify a list of items with a comma and to make it understand that we are specifying a list we have to enclose the statement in square brackets. List can be ALTERED at any time.

As the name specifies list holds a list of data items in an orderly manner. Sequence of data items can be present in a list. In python you have to specify a list of items with a comma and to make it understand that we are specifying a list we have to enclose the statement in square brackets. List can be altered at any time.



Discussion

No Comment Found