Concantenate a string by '\'
bar = 'this is ' \ 'one long string ' \ 'that is split ' \ 'across multiple lines' print bar