arr1 = ["january","february","march","april","may","june"]
arr2 = ["july","august","septmber","october","november","december"] print first 3 array items
print(arr1[:3]) print(arr2[:3])
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment