2022年3月25日
摘要: 1 print('hey, u') 2 3 4 print('hey', ' u') 5 x,y,z = 1,2,3 6 print(x, y, z) 7 8 9 print('x = %d, y = %d, z = %d' %(x,y,z)) 10 print('x = {}, y = {}, z 阅读全文
posted @ 2022-03-25 23:19 张玮珊 阅读(37) 评论(3) 推荐(0) 编辑