mirror of
https://github.com/Asabeneh/30-Days-Of-Python.git
synced 2026-06-03 21:02:42 +08:00
fix bug
This commit is contained in:
parent
763e78b6ae
commit
443e4b64d3
@ -41,7 +41,7 @@
|
||||
- tuple():创建一个空元组
|
||||
- count():计算元组中指定项的数量
|
||||
- index():查找元组中指定项的索引
|
||||
- + 运算符:连接两个或多个元组并创建一个新元组
|
||||
- `+` 运算符:连接两个或多个元组并创建一个新元组
|
||||
|
||||
### 如何创建元组
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user