Skip to content

Commit

Permalink
Update String Operation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AnushkaChouhan25 authored Nov 9, 2024
1 parent 890d00a commit f6130ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Strings/String Operation.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: String-operations
id: string-operations
title: String Operations
sidebar_label: operation
sidebar_position: 2
Expand Down Expand Up @@ -128,4 +128,4 @@ Padding is used to adjust the length of a string by adding extra characters to e
```Python
text = "5"
print(text.zfill(3)) # Output: "005"
```
```

0 comments on commit f6130ef

Please sign in to comment.