sum = 0
x = 1
n = 1
while True:
sum = sum + x
x = x*2
n = n+1
if n > 20
break
print sum
为什么运行不了?
清波
假慕粉9527
星辰hh
相关分类