#add no. and string x="ankur" y='thakur' z=10 b=20 a="@gmail.com" print(x+y+a) print(z+b) f=x+y print(f) # for spacing g=x+" "+y print(g)