Python“是”。a=1>>a为int>>False。发生了什么?不应该显示“真”

2024-10-05 11:19:05 发布

您现在位置:Python中文网/ 问答频道 /正文

发生什么事了?为什么结果不是真的

>>>one=1
>>>type(one)
int
>>>one is int
Flase

Tags: istypeoneintflase

热门问题