Given: e="a" + 'b' + 'c' + 'd' How do I write the above in two lines? e="a" + 'b' + 'c' + 'd' 10 Tags: line-breakslong-linespythonsyntax