From 7a5d611768a7779639d619c09ce6c5ca3bfa27e6 Mon Sep 17 00:00:00 2001 From: lkhsss Date: Sat, 28 Jun 2025 23:23:38 +0800 Subject: [PATCH] Obsidian manual commit: 2025-06-28 23:23:37 --- Python/Data_type.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/Data_type.md b/Python/Data_type.md index e122841..30d350a 100644 --- a/Python/Data_type.md +++ b/Python/Data_type.md @@ -1,4 +1,4 @@ - +# Python的基本数据类型 - 数字 - 整数 `int` - 浮点数 `float`