Daftar Bergabung 2 Daftar

b = ["a", "b"] + [7, 6]
print(b)
# ['a', 'b', 7, 6]
Sore Sloth