q=0 a=2 while a<=100: # a+=1 if a%2==0: q+=a else: q-=a a+=1 print(q)
posted on 2016-12-08 09:25 裤裆内隐藏杀气 阅读(539) 评论(0) 编辑 收藏 举报