アットウィキロゴ

while

a="ccccc"
b=100
while b>0:
    b=b-10
    print(b)
最終更新:2019年01月01日 07:20