Posts by Rômulo Pinheiro • 1 point
2 posts
-
0
votes2
answers93
viewsA: Manipulating Python Lists with a mathematical formula
I decided as follows: for numero in range(10): numrandomicos = random.uniform(0,1) numero = minimo+(maximo-minimo)*numrandomicos print(numero)…
pythonanswered Rômulo Pinheiro 1 -
0
votes2
answers93
viewsQ: Manipulating Python Lists with a mathematical formula
I have to make a certain calculation with real numbers generated randomly in Pyton. In my case, there will be 10 randomly generated numbers, and after that, I need each number on my list to be…
pythonasked Rômulo Pinheiro 1