Write a program that adds two strings in python code example Example: combine two strings python >>> 'a' + 'b' + 'c' 'abc'