Subash Chandran posted: "# The pop function, without an input, defaults to removing # and returning the last item in a list. myList = [1, 2, 3, 4, 5] myList.pop() print(myList) # You can also do this without returning the last item, but it is # much more complicated. myList = ["
|

No comments:
Post a Comment
Note: Only a member of this blog may post a comment.