Here, we just have to keep in mind that to repeat the elements n times, we will have to multiply the list by (n+1) as shown below. myList = [1, 2, 3, 4, 5] ...
確定! 回上一頁