标签: python python-3.x
我想在python 3.3中将用户输入替换为字典...这是怎么做到的?我已经尝试过string.replace了。
string.replace
symbols{} letters{} symbol=input(enter a symbol: ) letter=input(enter a letter assigned with your symbol: )
我将用户输入替换为词典,我该怎么做?