Posts by Daniel Zefirelli • 13 points
1 post
-
1
votes1
answer143
viewsQ: Variable changes value when calling function
I created a variable v, who receives n random numbers. when create another variable by calling a function and passing v by parameter, the v mute. n = int(input("Entre com o tamanho de vetor: ")) v =…