Help me in solving LID2 problem

My issue

My code

# Update the code below to solve the problem

months = ["January", "February", "March", "April", "May", "June", "July"]
print(months[0:7])
print(months[1:5])

Learning course: Learn Python
Problem Link: CodeChef: Practical coding for everyone