Expressions and statements can span several lines : Line Span « Statement « Python Tutorial






print \
 'Hello, world'
3.19.Line Span
3.19.1.Expressions and statements can span several lines
3.19.2.Creating MultiLine Statements