Sorry about my previous post, gmane is being really slow. :(
I wouldn't have posted if I knew the question was already answered.
--
- Christopher Welborn
http://welbornprod.com
--
https://mail.python.org/mailman/listinfo/python-list
On 11/15/2013 08:15 PM, Arturo B wrote:> Hi! I hope you can help me.
>
> I'm writting a simple piece of code.
> I need to keep asking for a number until it has all this specifications:
>
> - It is a number
> - It's lenght is 3
> - The hundred's digit differs from the one's digit by at least two
>
MRAB your solution is good thank you I will use it.
Terry Eddy I saw my mistake about for example 2 <= 2, I think it's easier to
use break in this case thank you!
--
https://mail.python.org/mailman/listinfo/python-list
On 11/15/2013 9:15 PM, Arturo B wrote:
Hi! I hope you can help me.
I'm writting a simple piece of code.
I need to keep asking for a number until it has all this specifications:
- It is a number
- It's lenght is 3
- The hundred's digit differs from the one's digit by at least two
My problem is
On 16/11/2013 02:15, Arturo B wrote:
Hi! I hope you can help me.
I'm writting a simple piece of code.
I need to keep asking for a number until it has all this specifications:
- It is a number
- It's lenght is 3
- The hundred's digit differs from the one's digit by at least two
My problem is th
Hi! I hope you can help me.
I'm writting a simple piece of code.
I need to keep asking for a number until it has all this specifications:
- It is a number
- It's lenght is 3
- The hundred's digit differs from the one's digit by at least two
My problem is that I enter a valid number like: 123, 32