append in how to append two strings python code example Example: combine two strings python >>> 'a' + 'b' + 'c' 'abc'