Python menggabungkan dua array menjadi satu

listone = [1,2,3]
listtwo = [4,5,6]

joinedlist = listone + listtwo
Cook's Tree Boa