Several people requested that the parenthesis requirement be emphasized.

This commit is contained in:
Raymond Hettinger 2003-02-11 19:48:20 +00:00
parent ef2c13772f
commit b3de48b5bb
1 changed files with 3 additions and 2 deletions

View File

@ -36,8 +36,9 @@ Proposal
(if <condition>: <expression1> else: <expression2>)
This is evaluated like this:
Note that the enclosing parethesis are not optional.
The resulting expression is evaluated like this:
- First, <condition> is evaluated.