03 2023 档案

摘要:task1.py 实验源码 运行测试截图 task2.py 实验源码 运行测试截图 task3.py 实验源码 运行测试截图 task4.py 实验源码 运行测试截图 task5.py 实验源码 运行测试截图 task6.py 实验源码 运行测试截图 task7.py 实验源码 运行测试截图 tas 阅读全文
posted @ 2023-03-27 20:14 蔺宇涛 阅读(9) 评论(0) 推荐(0)
摘要:实验任务1 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 = {}'.for 阅读全文
posted @ 2023-03-14 20:08 蔺宇涛 阅读(50) 评论(0) 推荐(0)