This commit is contained in:
Sheep-realms 2024-08-11 21:40:31 +08:00 committed by GitHub
parent 763e78b6ae
commit 443e4b64d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,7 +41,7 @@
- tuple():创建一个空元组
- count():计算元组中指定项的数量
- index():查找元组中指定项的索引
- + 运算符:连接两个或多个元组并创建一个新元组
- `+` 运算符:连接两个或多个元组并创建一个新元组
### 如何创建元组