提交
This commit is contained in:
12
day1/README.md
Normal file
12
day1/README.md
Normal file
@ -0,0 +1,12 @@
|
||||
## 数据据类型
|
||||
### int float
|
||||
### str
|
||||
### 布尔类型
|
||||
### list
|
||||
### tuple(元祖)
|
||||
### set(集合)
|
||||
### dict
|
||||
## 注释
|
||||
### #
|
||||
### ‘’‘
|
||||
## != 不等于
|
||||
2
day1/str.py
Normal file
2
day1/str.py
Normal file
@ -0,0 +1,2 @@
|
||||
a = 'sb114514'
|
||||
print(a)
|
||||
3
新建 文本文档.txt
Normal file
3
新建 文本文档.txt
Normal file
@ -0,0 +1,3 @@
|
||||
repository 项目
|
||||
untracked 未跟踪
|
||||
push 发布
|
||||
Reference in New Issue
Block a user