lannabw3646 lannabw3646 06-03-2024 Computers and Technology contestada What is the output of the following Python program? numbers1 = [2, 5] numbers2 = [7, 1] numbers3 = numbers2 + numbers1 print(numbers3)