1 row=1 2 while row <= 5: 3 print("*"*row) 4 row+=1
输出小星星
原文:https://www.cnblogs.com/old-horse/p/12826216.html