n+=1也可以,但++n就跑不出结果来。求助大神。
sum = 0 x = 1 n = 1 while True: if n > 20: break sum = sum + x x = x * 2 n = n + 1 #就是这一句※ print sum
蝌蚪先生
Davidham3
相关分类