摘要: x1,y1=1.2,3.57 x2,y2=2.26,8.7 print('{:-^40}'.format('输出1')) print('x1={},y1={}'.format(x1,x2)) print('x2={},y2={}'.format(x2,y2)) print('{:-^40}'.for 阅读全文
posted @ 2021-04-09 00:34 你是年少一梦 阅读(31) 评论(0) 推荐(0) 编辑