标题:type(old_str)==types.IntType 什么错误
只看楼主
shop12365com
Rank: 2
来 自:山西临汾洪洞
等 级:论坛游民
帖 子:14
专家分:15
注 册:2021-10-21
结帖率:33.33%
已结贴  问题点数:2 回复次数:4 
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
chen1024
Rank: 2
等 级:论坛游民
帖 子:5
专家分:22
注 册:2022-7-10
得分:1 
‘types’没定义
2022-07-13 17:48
shop12365com
Rank: 2
来 自:山西临汾洪洞
等 级:论坛游民
帖 子:14
专家分:15
注 册:2021-10-21
得分:0 
types.IntType如何写  类型

轻松上网助手
2022-07-13 18:27
wp231957
Rank: 20Rank: 20Rank: 20Rank: 20Rank: 20
来 自:神界
等 级:版主
威 望:422
帖 子:13681
专家分:53296
注 册:2012-10-18
得分:1 
回复 3楼 shop12365com
# 需要导入模块: from schematics import types [as 别名]
# 或者: from schematics.types import IntType [as 别名]

DO IT YOURSELF !
2022-07-14 09:10
gelid
Rank: 2
等 级:论坛游民
帖 子:11
专家分:44
注 册:2022-5-21
得分:1 
共同學習
2022-07-15 21:36



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




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

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