NameError Traceback (most recent call last)
Cell In[1], line 7
4 每月领取养老金 = [1454, 2428, 2914, 3886] # 对应的每月领取养老金
6 # 输出结果
----> 7 for year, pension in zip(f缴费年限, 每月领取养老金):
8 print(f"缴费{year}年,每月可领取养老金{pension}元。")
NameError: name ‘f缴费年限’ is not defined