which of the following would print the final item in a list called soccer_players?

A. Print(soccer_players[+1])
B. Print(soccer_players[0])
C. Print(soccer_players[z])
D. Print(soccer_players[-1])

D. Print(soccer_players[-1])