cascading python executions only if return code is 0

Chris Angelico rosuav at gmail.com
Sun Dec 22 22:59:29 EST 2013


On Mon, Dec 23, 2013 at 2:54 PM, Mark Lawrence <breamoreboy at yahoo.co.uk> wrote:
>> memory.get(1234)
>
>
> You learn something new every day or April 1st come early?

memory = {1:"Foo", 12:"Bar", 123:"Quux"}

ChrisA



More information about the Python-list mailing list