Lecture 28: String Concatenation in Python Programming

visibility 16 views schedule 1 years ago timer 9:11
open_in_new Dailymotion
String concatenation refers to the process of combining two or more strings into a single string. It can be done by either appending one string to another or creating a new string that contains the original strings in sequence.