a="straw"; b="berry"; c=str(a,b); /* Concatenate a and b */ echo (c);