Computer Science

Fill in the blanks:

The _________ function can append a list elements to a list.

Python List Manipulation

2 Likes

Answer

extend()

Answered By

3 Likes


Related Questions