Python學習之路>>從一個小白到一個大神的堅持

首先先來個今天的成果物,還是比較開心的。 代碼 for a in range(1,10):     for b in range (1,a+1):         print(str(a)+"*"+str(b)+"="+str(a*b),end=" ")         if (b==a):          print("\n") a=9 b=9 while (a>=1):     while
相關文章
相關標籤/搜索