2017-01-19 31 views

回答

0

使用eval()命令:

foo = 25 
bar = eval(raw_input("enter 'foo': ")) 
print (bar) 
相關問題