10.7 Concatenation | Python programming language
In this video, we explain how string concatenation works in Python. Concatenation is the process of joining two or more strings to form one single string. When you put two strings together using the plus sign, they combine into a new string.
For example, if you join "Hello" and "World", the result will be "HelloWorld". You can also add a space between them to get "Hello World". This is useful when you're creating messages, formatting output, or working with text data.
Since strings are immutable in Python, each time you concatenate, a new string is created in memory.
#python #stringconcatenation #pythonstrings #pythonprogramming #learnpython #stringoperations #pythonbasics #pythonlearning
Видео 10.7 Concatenation | Python programming language канала Binary
For example, if you join "Hello" and "World", the result will be "HelloWorld". You can also add a space between them to get "Hello World". This is useful when you're creating messages, formatting output, or working with text data.
Since strings are immutable in Python, each time you concatenate, a new string is created in memory.
#python #stringconcatenation #pythonstrings #pythonprogramming #learnpython #stringoperations #pythonbasics #pythonlearning
Видео 10.7 Concatenation | Python programming language канала Binary
Показать
Комментарии отсутствуют
Информация о видео
5 апреля 2025 г. 20:43:40
00:01:48
Другие видео канала




















