py代码:
i = 1while i <=9:j = 1while j <=i:print("%s%s=%s\t "%(j,i,ji),end="")j += 1print(" ")i +=1
上一篇:Python之石头剪刀布
下一篇:如何配置Cisco Catalyst 4948进行CNA管理