Which is the operator used to replicate a list in a specified number of times?
Answers
Answered by
1
Answer:
Concatenation and Repetition. Again, as with strings, the + operator concatenates lists. Similarly, the * operator repeats the items in a list a given number of times.
Answered by
0
Answer:
the + operator can replicates the list
Similar questions