Python String | Part 5 | Python Basic Bangla Tutorial For Beginners

Опубликовано: 04 Май 2026
на канале: Rizvi Ahmed
28
4

Follow Me:
Add My Facebook page to get updated content
Facebook Page:   / rizviahmed00.  .
Facebook ID:   / badhon.ahmed.  .

you can check my website
https://rizviahmed.xyz​​​​
email: [email protected]
skype: badhon963

Python Data Type | Part 4 |    • Python Data Types | Part 4 | Python Basic ...  

Codeigniter Tutorial Playlist: https://youtube.com/playlist?list=PLy...
A string in Python is a sequence of characters. It is a derived data type. Strings are immutable. This means that once defined, they cannot be changed. Many Python methods, such as replace(), join(), or split() modify strings. However, they do not modify the original string. They create a copy of a string which they modify and return to the caller.

#string #python #Tutorial