标题:type(old_str)==types.IntType 什么错误
取消只看楼主
shop12365com
Rank: 2
来 自:山西临汾洪洞
等 级:论坛游民
帖 子:14
专家分:15
注 册:2021-10-21
结帖率:33.33%
已结贴  问题点数:2 回复次数:1 
type(old_str)==types.IntType 什么错误
old_str=3
if type(old_str)==types.IntType:
  print("")

 
Traceback (most recent call last):
  File "C:/Users/Administrator/Desktop/111.py", line 2, in <module>
    if type(old_str)==types.IntType:
NameError: name 'types' is not defined


python 3.8.10下,书上程序中,intType也不行
搜索更多相关主题的帖子: module if type name 错误 
2022-07-13 17:14
shop12365com
Rank: 2
来 自:山西临汾洪洞
等 级:论坛游民
帖 子:14
专家分:15
注 册:2021-10-21
得分:0 
types.IntType如何写  类型

轻松上网助手
2022-07-13 18:27



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-509557-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.304465 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved