Добавление нового символа в String Python
line='hello'
print('The line is',line+'world')
Troubled Trout
line='hello'
print('The line is',line+'world')