摘要: https://www.cnblogs.com/lsqb/ 阅读全文
posted @ 2022-03-28 17:37 lsqb27 阅读(14) 评论(1) 推荐(0) 编辑
摘要: task1_1 1 # print输出的几种用法 2 print('hey, u') 3 print('hey', ' u') 4 x,y,z = 1,2,3 5 print(x, y, z) 6 print('x = %d, y = %d, z = %d'%(x,y,z)) 7 print('x 阅读全文
posted @ 2022-03-28 17:28 lsqb27 阅读(25) 评论(5) 推荐(0) 编辑