2.1.1 逻辑行 Logical lines

The end of a logical line is represented by the token NEWLINE. Statements cannot cross logical line boundaries except where NEWLINE is allowed by the syntax (e.g., between statements in compound statements). A logical line is constructed from one or more physical lines by following the explicit or implicit line joining rules.

逻辑行以一个NEWLINE(新行)语言符号结束, 语句不能跨多个逻辑行, 除非语法上允许NEWLINE(例如, 在复合语句的中的语句序列).一个逻辑行由一个物理行, 或者以显式/隐式行连接规则连接的多个物理行构成.