I have the following problem:
x=Symbol(\'x\')
book={1:2x,2:3x}
x=2
print(book) >>> {1:2x,2:3x}
I had hoped it w