Author : Admin
Consider the following python statement: temp = [23, 45, 2, -2, 0][:2:] What would be the value of the variable temp after executing the above statement?
23,45
[23,45]
23,2
[23,2]
[23,2,0]
You must be logged in to post a comment.
Only fill in if you are not human