a="powerful"
b="elegant"
msg="Python is {} & {} language and suitable for data analysis".format(a,b)
print(msg)