python判断变量类型是否为List列表
2021-01-15 19:14
阅读:672
标签:pre type 变量 返回结果 类型 列表 this instance print 以上返回结果为: python判断变量类型是否为List列表 标签:pre type 变量 返回结果 类型 列表 this instance print 原文地址:https://www.cnblogs.com/gqv2009/p/12934237.htmlli =["hello","python","list"]
print(type(li))
if isinstance(li,list):
print("This is a List")
This is a List
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:python判断变量类型是否为List列表
文章链接:http://soscw.com/index.php/essay/42375.html
文章标题:python判断变量类型是否为List列表
文章链接:http://soscw.com/index.php/essay/42375.html
评论
亲,登录后才可以留言!