共计 213 个字符,预计需要花费 1 分钟才能阅读完成。
在 Python 中,可以使用 type() 函数来判断字符串的类型。例如:
string1 = "Hello, world!"
string2 = "12345"
string3 = "3.14"
print(type(string1)) #
print(type(string2)) #
print(type(string3)) #
在上述代码中,使用 type() 函数分别判断了三个字符串的类型,结果都是,表示它们都是字符串类型。
丸趣 TV 网 – 提供最优质的资源集合!
正文完