OverIQ.com
Run (or Hit F9)
list1 = [1, 5] list2 = list1 * 4 # replicate list1 4 times and assign the result to list2 print(list2)