RE: How to stop the program as soon as one of the condition is met

2012-04-16 Thread Rob Richardson
Please show us your code. RobR -- http://mail.python.org/mailman/listinfo/python-list

Re: How to stop the program as soon as one of the condition is met

2012-04-16 Thread Chris Rebert
On Mon, Apr 16, 2012 at 12:06 PM, Chinesekidz wrote: > Hello Guys: > > How can I stop the program as soon as one of the condition is met? > > > Here is example: > > The loop should be stop asking for more input if a=b or c=6. > > I tried to write one but it only stop when a=b and not when c=6 Ple

How to stop the program as soon as one of the condition is met

2012-04-16 Thread Chinesekidz
Hello Guys: How can I stop the program as soon as one of the condition is met? Here is example: The loop should be stop asking for more input if a=b or c=6. I tried to write one but it only stop when a=b and not when c=6 Please help me -- http://mail.python.org/mailman/listinfo/python-li