I am out of trial and error again Lists

Seymore4Head Seymore4Head at Hotmail.invalid
Wed Oct 22 19:26:12 EDT 2014


On Wed, 22 Oct 2014 23:55:57 +0100, Mark Lawrence
<breamoreboy at yahoo.co.uk> wrote:

>On 22/10/2014 23:30, Seymore4Head wrote:
>> On Wed, 22 Oct 2014 16:30:37 -0400, Seymore4Head
>> <Seymore4Head at Hotmail.invalid> wrote:
>>
>> One more question.
>> if y in str(range(10)
>> Why doesn't that work.
>
>Invalid syntax, it should obviously be:-
>
>if y in str(range(10)):
>
>OTOH if you've simply mistyped above what did you expect to happen and 
>what actually happened?  Give us the actual code that you ran and the 
>full traceback.

I don't get an error.  It just doesn't print the numbers correctly.
http://imgur.com/a/2loQV
You can click on the images and make them larger.
Thanks



More information about the Python-list mailing list