Menambahkan karakter baru dalam string python

line='hello'
print('The line is',line+'world')
Troubled Trout