Skip to content

Commit 29045ab

Browse files
authored
Update 02-strings.md
ntng
1 parent b060dab commit 29045ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Day-02/02-strings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
- Strings are immutable, meaning you cannot change the characters within a string directly. Instead, you create new strings.
77
- You can access individual characters in a string using indexing,-ordered dypes e.g., `my_string[0]` will give you the first character.
88
- Strings support various built-in methods, such as `len()`, `upper()`, `lower()`, `strip()`, `replace()`, and more, for manipulation.
9-
9+
[ pre-defined functions that come bundled with Python and can be used directly in a Python program without importing external libraries]
1010
**2. String Manipulation and Formatting:**
1111

1212
- Concatenation: You can combine strings using the `+` operator.

0 commit comments

Comments
 (0)