listaNumere = [2, 9 ,8 ,4 ,11, 45] print("Valoarea maxima " + str(max(listaNumere))) print("Valoarea minima " + str(min(listaNumere)))