Answer to Question #279691 in Python for shaik

Question #279691

arr1 = ["january","february","march","april","may","june"]

arr2 = ["july","august","septmber","october","november","december"] print first 3 array items


1
Expert's answer
2021-12-15T02:09:22-0500
print(arr1[:3])
print(arr2[:3])

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS