price?=?{"product(1)":"100",?"product(2)":"58",?"product(3)":"20.8",}
def?product(num):
"get?price"
get_price?=?"product(%d)"?%?num
print?price[get_price]
button?=?raw_input("輸入壹個數字:?")
product(button)
product(1)?#?100
這是其中壹個方式