扫描二维码下载沐宇APP

沐宇

微信扫码使用沐宇小程序

沐宇

python濡備綍鑾峰彇鍙橀噺绫诲瀷

扬州沐宇科技
2024-05-28 20:01:07
python

鍦≒ython涓紝鍙互浣跨敤type()鍑芥暟鏉ヨ幏鍙栦竴涓彉閲忕殑绫诲瀷銆傜ず渚嬪涓嬶細

x = 5
print(type(x))  # <class 'int'>

y = 3.14
print(type(y))  # <class 'float'>

z = "Hello"
print(type(z))  # <class 'str'>

type()鍑芥暟灏嗚繑鍥炲彉閲忕殑绫诲瀷锛屼緥濡?code>int琛ㄧず鏁存暟绫诲瀷锛?code>float琛ㄧず娴偣鏁扮被鍨嬶紝str琛ㄧず瀛楃涓茬被鍨嬬瓑銆?/p>

扫码添加客服微信