Home - Programming - STRING ADDITION IN PYTHON – CONCATENATION Program a=’222′; b=’333′; print b+a; a=’EMER’; b=’GING’; print a+b;