摘要: 题目链接:https://www.codewars.com/kata/5426d7a2c2c7784365000783/python 我的解决方案: def balanced_parens(n): # Your code here! used_l=[False for i in range(n)] 阅读全文
posted @ 2024-02-05 14:26 Kazuma_124 阅读(27) 评论(0) 推荐(0)