Q. Suppose we have a = [1,2,3,4,5], which of the following statements is correct?
β
Correct Answer: (A)
print(a[:100]) #Print [1,2,3,4,5] ?
You must be Logged in to update hint/solution