python-存錢累加計算存錢到期日期的總金額

import datetime import math def print_money(money_per_week,money_increase,weeks): money_total = 0 for i in range(weeks): money_total += money_per_week print("第{}周,存入{}元,帳戶累計{
相關文章
相關標籤/搜索