none data type: when type function is given it displays the value of the data type.if there is nothing represented it means none data type. name = input("enter your name: ") print("welcome to...
none数据类型表示没有任何内容,使用type函数可以显示其类型。示例代码中,输入名字后打印欢迎信息及其类型。