Computer Science, asked by rajakishika63, 1 day ago

18. How to repeat the list items in four times
O list5.insert(4)
O =+ d=list5*4
O list5.append(4) 4
O None of these​

Answers

Answered by enochcoasta007
0

Answer:

In Python we use this statement to print a list four times

d=list5*4

Similar questions