==Q:怎么样才能写成++x,x++那样==
while a<100: a,b=b,a+1 print b 这样看起来可以个C中的
for(i=0;i<100;i++) print i 一样
["常见问题分类"]