maddymartin5026 maddymartin5026 17-01-2024 Computers and Technology contestada What is the output of the following code? new_list = [['abc', 'def'], 10, 20] print(new_list[0])