请问问号里应该怎么填呢?
本金 = eval(input('您的本金:'))
年利率 = eval(input('年利率:'))
存期 = eval(input('存期:'))
最終收益 = 本金*(1+年利率)**存期