9.4. List operationsΒΆ

The + operator concatenates lists:

Similarly, the * operator repeats a list a given number of times:

The first example repeats four times. The second example repeats the list three times.

You have attempted of activities on this page