Advertisement
Alx09

Untitled

Mar 18th, 2022
861
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.14 KB | None | 0 0
  1. listaNumere = [2, 9 ,8 ,4 ,11, 45]
  2.  
  3. print("Valoarea maxima " + str(max(listaNumere)))
  4. print("Valoarea minima " + str(min(listaNumere)))
  5.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement