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

View File

@ -41,7 +41,7 @@ A tuple is a collection of different data types which is ordered and unchangeabl
- tuple(): to create an empty tuple
- count(): to count the number of a specified item in a tuple
- index(): to find the index of a specified item in a tuple
- + operator: to join two or more tuples and to create a new tuple
- `+` operator: to join two or more tuples and to create a new tuple
### Creating a Tuple