Posts by guilherme_M • 19 points
1 post
-
1
votes3
answers133
viewsA: Round Decimal
To print the rounded elements just put the vector name and the element index. For example: lista = [2.23453, 2.34543, 2.457755] print (f'O valor do elemento de índice 0 da lista é: {lista[0]:.2f}')…
pythonanswered guilherme_M 19