摘要: 1 # !/usr/bin/env python3 2 i = 1 3 print("-" * 50) 4 while i < 10: 5 n = 1 6 while n <= i: 7 # print("{}*{}={:2d}".format(i,n,i * n), end=' ') 8 prin 阅读全文
posted @ 2019-12-13 10:12 流浪爱可 阅读(154) 评论(0) 推荐(0)