''' Об'єднати список в стрічку ''' a = ['Python', 'is', 'awesome'] print(' '.join(a))