Concatenating two lists in Python · list_a = [1, 2, 3, 4] list_b = [5, 6, 7, 8]. Using + operator to concatenate two list_a and list_b · list_c = list_a + lis_b
確定! 回上一頁