摘要: 实验任务1 实验源码 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 = {}, 阅读全文
posted @ 2023-03-08 11:34 于鑫海 阅读(20) 评论(0) 推荐(0)