strings = ['A', 'bac', 'cali', 'jkppl'] text = ''.join(strings) print(text)