BECKX6676 BECKX6676 22-02-2024 Computers and Technology contestada Given the list twoDlist = [['Sam', 45, 76, 88, 99, 72], ['Ally',66, 99, 84, 82, 96], ['John', 58, 78, 90, 93, 70], ['Marie', 77, 73, 85, 88, 92], ['Bob', 81, 83, 85, 91, 88]], What would be the output by the statement print(twoDlist[1][1:5])?