Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ユーザー入力から変数を変更する方法を知りたいです。たとえば
new = raw_input("enter a new variable for x:") x = new
単純化することはできますが、あなたがしていることがうまくいくように私には思えます。
x=raw_input("New value for x: ")
の値をx入力に変更する必要があります。
x