运行 ❯
获取你自己的
Python
服务器
×
改变方向
更换主题,深色/浅色
进入 Spaces
x = "Hello World" #display x: print(x) #display the data type of x: print(type(x))
你好,世界
<class 'str'>