Skip to content

Commit 97cdf98

Browse files
authored
Update FunctionOnTuple.md
1 parent fede6a2 commit 97cdf98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Data_Structure_In_Python/Tuple/FunctionOnTuple.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Built-in Function For tuple
22
There are the number of built-in functions are available to process tuple
33

4-
### 1.length :straight_ruler:
4+
### 1.length
55
- **len()** function is used to return number of elements inside in tuple.
66

77
Syntax:

0 commit comments

Comments
 (0)