Forum: Python May 3rd, 2007 |
| Replies: 3 Views: 1,162 Begin:
The <expression>s are evaluated sequentially from left to right, and the value of the last <expression> is returned. This expression type is used to sequence side effects such as input and... |
Forum: Python May 2nd, 2007 |
| Replies: 3 Views: 1,162 I was wondering if there is something in python similar to the begin expression in Scheme, and if not how would you write something in python to simulate it. |