What would be the result of running these two lines of code? choices = [“eat”, “sleep”, “swim”, “chat”, “walk”] print(choices[-3]) A. eat B. sleep C. swim D. walk