Posts by Alex Pinho • 19 points
1 post
-
0
votes2
answers552
viewsQ: I cannot print a variable that receives the value of a list position
Listing exercise. Select the largest and smallest element of a vector. import os os.system("clear") vetor=[] #declara o vetor #solicita o n° de elementos n = int(input("Digite a quantidade de…
pythonasked Alex Pinho 19