Ajout d'un nouveau caractère dans String Python

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