2019年9月26日

python while循环

摘要: python 打印九九乘法表#九九乘法表,#问题,无法对齐 # row=1 col=1# row=2 col=2# row=3 col=3# 规律 列数和行数的关系,row=1while(row<=9): rol=1 while(rol<=row): print (rol,"*",row,"=",r 阅读全文

posted @ 2019-09-26 13:59 bsduan 阅读(382) 评论(0) 推荐(0)

导航