摘要: x1, y1 = 1.2, 3.57x2, y2 = 2.26, 8.7print('{:-^40}'.format('输出1'))print('x1 = {}, y1 = {}'.format(x1, y1))print('x2 = {}, y2 = {}'.format(x2, y2))prin 阅读全文
posted @ 2021-04-09 13:12 叹之 阅读(67) 评论(1) 推荐(0) 编辑