python筆記(snow flower)倒小雪花

i =10
while i>0:
    j =1
    while j<=i:
    print('* ',end='')
    j+=1
    print('')
    i-=1
相關文章
相關標籤/搜索