a=[2,1,3,4,5]
c=0
For i in range(2,len(a)):
if a[i-2]+a[i-1]==a[i]:
c=c+1
Print(c)
该程序段运行后,最后输出的内容是( )
微信扫码预览、分享更方便