摘要: Python 括号层数限制(SyntaxError: too many nested parentheses) 代码 n = 201 s = '(' * n + ')' * n print(eval(s)) 错误信息 Traceback (most recent call last): File " 阅读全文
posted @ 2021-01-12 18:07 AdjWang 阅读(956) 评论(0) 推荐(1) 编辑