perryjarvisr4925 perryjarvisr4925 26-05-2023 Computers and Technology contestada What is the output of the following code? def foo(l): a = 1[0] for i in 1: if i < a: a = i return a print (foo([2, 3, 5, 1, 7, 6]))