Hi, all<br><br>Is it possible to change the name of a variable at all its occurrences one time? For example, the following code<br>a_variable_name = 1<br>print(a_variable_name)<br><br>Now I want change the name of the a_variable_name variable to another name, it&#39;s possible to change it at one time? Like the refactor method: rename.<br>
<br>Thanks<br>