小编ani*_*ani的帖子

为什么解释器没有为下划线提供SyntaxError?

为什么Python解释器返回<class 'type of the variable'>type(_).

为什么解释器没有显示错误消息,_但是在它给出的其他特殊字符的情况下SyntaxError.

>>> type(_)
<class 'type'>

>>> type($)
SyntaxError: invalid syntax
Run Code Online (Sandbox Code Playgroud)

python

0
推荐指数
1
解决办法
23
查看次数

标签 统计

python ×1