This commit is contained in:
2025-06-27 22:01:44 +08:00
commit bec5beada2
4 changed files with 22 additions and 0 deletions

5
README.md Normal file
View File

@ -0,0 +1,5 @@
## 学习
### 初步目标
py的熟练掌握
### 初步内容
py的基本元素、专有名词的使用

12
day1/README.md Normal file
View File

@ -0,0 +1,12 @@
## 数据据类型
### int float
### str
### 布尔类型
### list
### tuple元祖
### set(集合)
### dict
## 注释
### #
###
## != 不等于

2
day1/str.py Normal file
View File

@ -0,0 +1,2 @@
a = 'sb114514'
print(a)

3
新建 文本文档.txt Normal file
View File

@ -0,0 +1,3 @@
repository 项目
untracked 未跟踪
push 发布