concatenate characters in python code example Example: combine two strings python >>> 'a' + 'b' + 'c' 'abc'