string concatenation in python print code example Example: Python - String Concatenation a = "Hello" b = "World" c = a + b print(c)