Which is the operator used to replicate a list in a specified number of times?
Answers
Answered by
0
Explanation:
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.
Similar questions