摘要: Problem 6 题目描述: 注意事项: 1.不能使用for while循环 2.达到limit时,必须立即返回,不能继续递归 代码: 1.我的代码,很繁琐 1 def shifty_shifts(start, goal, limit): 2 """A diff function for auto 阅读全文
posted @ 2023-03-28 21:56 哎呦_不想学习哟~ 阅读(116) 评论(0) 推荐(0)