add string to string py code example Example: python add strings var1 = "foo" var2 = "bar" var3 = var1 + var2