✏️ Explanatory Question
String হলো character-এর sequence যা text store করতে ব্যবহৃত হয়।
name = "Python"
message = 'Hello World'
----------------------------------------------------
a = "Hello"
b = "World"
print(a + b)
----------------------------------------------------
String data type text processing এবং message handling-এর জন্য খুব গুরুত্বপূর্ণ।