Gxlsystem TIY Editor
Gxlsystem 在线教程
改变方向
暗黑模式
python_ref_type.py:
a = ('apple', 'banana', 'cherry') b = "Hello World" c = 55 x = type(a) y = type(b) z = type(c) print(x) print(y) print(z)