会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
AdjWang
Perfection is achieved not when there is nothing more to add, but rather when there is nothing more to take away. -- Antoine de Saint-Exupéry
博客园
首页
新随笔
联系
订阅
管理
2021年1月12日
Python 括号层数限制(SyntaxError: too many nested parentheses)
摘要: 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
阅读(1037)
评论(0)
推荐(1)
编辑
公告