共计 423 个字符,预计需要花费 2 分钟才能阅读完成。
type 函数用于返回一个对象的类型。
使用方法:
- 直接调用 type 函数,并将需要检查类型的对象作为参数传入。
例如:
x = 5
print(type(x)) # 输出:y = [1, 2, 3]
print(type(y)) # 输出:
- 也可以在类的定义中使用 type 函数,检查一个类的类型。
例如:
class MyClass:
pass
print(type(MyClass)) # 输出:
- 在函数中可以使用 type 函数检查传入参数的类型。
例如:
def my_function(x):
if type(x) == int:
print("参数是整数类型")
elif type(x) == str:
print("参数是字符串类型")
else:
print("参数是其他类型")
my_function(5) # 输出:参数是整数类型
my_function("hello") # 输出:参数是字符串类型
注意:type 函数返回的是一个类型对象,可以通过 str() 函数将其转换为字符串形式输出。
丸趣 TV 网 – 提供最优质的资源集合!
正文完