gpt4 book ai didi

python-3.x - 如何在 Python 中仅打印数据类型

转载 作者:行者123 更新时间:2023-12-04 08:11:56 25 4
gpt4 key购买 nike

type(10) 的输出是 int。 print(type(10)) 的输出是
有没有办法只打印 Python 中的数据类型?

最佳答案

您可以获得 __name__类的属性:

print(type(10).__name__)
输出:
int

关于python-3.x - 如何在 Python 中仅打印数据类型,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65909266/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com