输入命令0xbin()返回False:
0xbin()
>>> 0xbin() False
为什么会这样?这种语法应该没有任何意义.函数不能以0开头,十六进制中没有"i"和"n",bin函数必须有一些参数.
python
python ×1