commit bec5beada2248019556d524e632b4c8c5adbd351 Author: JackH <1620514129@qq.com> Date: Fri Jun 27 22:01:44 2025 +0800 提交 diff --git a/README.md b/README.md new file mode 100644 index 0000000..0b4f7de --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +## 学习 +### 初步目标 +py的熟练掌握 +### 初步内容 +py的基本元素、专有名词的使用 \ No newline at end of file diff --git a/day1/README.md b/day1/README.md new file mode 100644 index 0000000..e0180ed --- /dev/null +++ b/day1/README.md @@ -0,0 +1,12 @@ +## 数据据类型 +### int float +### str +### 布尔类型 +### list +### tuple(元祖) +### set(集合) +### dict +## 注释 +### # +### ‘’‘ +## != 不等于 \ No newline at end of file diff --git a/day1/str.py b/day1/str.py new file mode 100644 index 0000000..2277451 --- /dev/null +++ b/day1/str.py @@ -0,0 +1,2 @@ +a = 'sb114514' +print(a) \ No newline at end of file diff --git a/新建 文本文档.txt b/新建 文本文档.txt new file mode 100644 index 0000000..49f5714 --- /dev/null +++ b/新建 文本文档.txt @@ -0,0 +1,3 @@ +repository 项目 +untracked 未跟踪 +push 发布