实验一
摘要:
p #task1_1.py print('hey,u') print('hey','u'') x,y,z=1,2,3 print(x,y,z) print('x=%d,y=%d,z=%d'%(x,y,z)) print('x={},y={},z={}'.format(x,y,z)) print(f' 阅读全文
posted @ 2022-03-24 21:07 zlmk 阅读(59) 评论(4) 推荐(0) 编辑