标签:copy while pytho leo body nbsp 行数据 line nes
*
3
2
***
***
ln=str(input()) c=int(input()) n=int(input()) def pline(c,n): print(c*n) def plines(ln, c, n): while ln>=1: pline(c,n) ln-=1 plines(n,ln,c)
标签:copy while pytho leo body nbsp 行数据 line nes
原文地址:https://www.cnblogs.com/SkystarX/p/12180843.html