Re: [Tutor] can I make a while loop true again

2014-02-13 Thread Ian D
Hi It has taken me longer than I thought to get back to this topic. tut. Anyway thanks. I wondered why array was being mentioned ha ha So have I got this correct in that when I run a turtle program I am in fact using this forever loop, so I do not need to use a while True loop at all really in a

Re: [Tutor] Beginner - explaining 'Flip a coin' bug

2014-02-13 Thread Neil Cerutti
On 2014-02-12, Steven D'Aprano wrote: > Of course attachments are "a thing" in Usenet. One of the > reasons so few ISPs offer News services these days is because > of the *huge* volume of attachments on binary news groups. Any > news client that can't at least *receive* attachments is a > major fa

Re: [Tutor] Regular expressions

2014-02-13 Thread Walter Prins
Hi, On 13 February 2014 06:44, Santosh Kumar wrote: > I am using ipython. > > 1 ) Defined a string. > > In [88]: print string > foo foobar > > 2) compiled the string to grab the "foo" word. > > In [89]: reg = re.compile("foo",re.IGNORECASE) > > 3) Now i am trying to match . > > In [90]: match = r