Iuliana Netoi added the comment:
Now I wrote the same list named my_list inside the function. And I deleted the
function argument.When running again and again, the function remains as I
defined it.
So the console behavior depends on the list placing: before or inside the
function.
When the
Change by Iuliana Netoi :
--
type: -> behavior
Added file:
https://bugs.python.org/file47934/tema_2-2-PT-PYTHON--TRACKER-text.txt
___
Python tracker
<https://bugs.python.org/issu
New submission from Iuliana Netoi :
While running a function that uses a list to which I append the element "z",
the Console modifies my code by adding "z" to the list each time I consequently
run the function.
Is that a bug?
My function written in the Editor of