03 2023 档案

摘要:示例代码 def fun(a, b, c, d): nums = [] for num in range(a, b): nums.append(lambda: num ** c) return nums[d]() print(fun(1, 5, 2, 0)) print(fun(1, 5, 2, 1 阅读全文 »
posted @ 2023-03-30 13:44 博客已废弃 阅读(76) 评论(0) 推荐(0) 编辑
摘要:(转载)自动化测试在美团外卖的实践与落地 侵删 原文链接: https://tech.meituan.com/2022/09/15/automated-testing-in-meituan.html 美团这个技术博客不少内容都不错的,推荐阅读 1. 项目背景 美团外卖的业务场景比较多元化,除了外卖自 阅读全文 »
posted @ 2023-03-14 09:21 博客已废弃 阅读(284) 评论(0) 推荐(0) 编辑
摘要:013.请说出下面的代码返回结果是什么? *的坑;简单题 参考:https://docs.python.org/zh-cn/3.9/library/stdtypes.html#typesseq 示例代码 lists = [[]] * 3 lists[0].append(1) 请问lists此时是什么 阅读全文 »
posted @ 2023-03-13 11:33 博客已废弃 阅读(83) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示