Posts by Rômulo do Carmo Sousa • 1 point
1 post
-
0
votes1
answer25
viewsA: How do I update the value of a variable within another script?
A solution would be: import arquivo new_token = input("Entre com seu token: ") arquivo.token = new_token print(arquivo.token) But that only works at runtime. When the program finishes the token…
python-3.xanswered Rômulo do Carmo Sousa 1