Re: [Tutor] small program

2009-10-05 Thread Kent Johnson
This language is not appropriate for this list and I'm sorry to see it used even in a private reply. Let's keep the discussions here polite and respectful. Thanks, Kent On Sun, Oct 4, 2009 at 8:40 AM, Luke Paireepinart wrote: > > > On Sun, Oct 4, 2009 at 1:59 PM, Andrius wrote: >> >> Very good.

Re: [Tutor] small program

2009-10-05 Thread Andrius
Bye bye. Regards, Andrius On 04/10/2009, Luke Paireepinart wrote: > On Sun, Oct 4, 2009 at 1:59 PM, Andrius wrote: > >> Very good. Nice to hear that from another 'untouchable'. Must to >> confirm for your that I'm usually left wing fella, so, if you have >> nothing what to say for my in my cas

Re: [Tutor] small program

2009-10-04 Thread Luke Paireepinart
On Sun, Oct 4, 2009 at 1:59 PM, Andrius wrote: > Very good. Nice to hear that from another 'untouchable'. Must to > confirm for your that I'm usually left wing fella, so, if you have > nothing what to say for my in my case - please, fuck off. Re: http://catb.org/~esr/faqs/smart-questions.html#n

Re: [Tutor] small program

2009-10-03 Thread Luke Paireepinart
Bob's a very highly respected member of this group, and I suggest you try not to insult the people you're asking for help.He's spot-on with the intention of this mailing list. We aren't here to do work for you. I, for one, am making it a point not to answer any of your queries in the future. So t

Re: [Tutor] small program

2009-10-03 Thread wesley chun
> I would like to create a program which > should repeat a simply string several times with list number before. > Like "1. Wanna more. 2. Wanna more. ..." > Suppose to a loop here repeating, say x times. Should it look like that: > > y="Wanna more. " > x=1 > x=x+d: > d=<100 > print d+y > > How to c

Re: [Tutor] small program

2009-10-03 Thread Andrius
Ok ok, smarty! Don't be very cool! Nobody asks you a favor, nobody asks your advices as well. There are plenty 'advisers' to say where to see, but not too much able to explain. Keep quiet. Regards, Andrius On 02/10/2009, bob gailer wrote: > Andrius wrote: >> Hi! >> >> There are interesting onli

Re: [Tutor] small program

2009-10-02 Thread bob gailer
Andrius wrote: Hi! There are interesting online course http://ocw.mit.edu/OcwWeb/Electrical-Engineering-and-Computer-Science/6-00Fall-2008/LectureVideos/index.htm where I'm trying to learn Python. Looks quite interesting and I would like to create a program which should repeat a simply string se

Re: [Tutor] small program

2009-10-02 Thread Benno Lang
On Thu, Oct 1, 2009 at 8:31 PM, Andrius wrote: > Hi! > > There are interesting online course > http://ocw.mit.edu/OcwWeb/Electrical-Engineering-and-Computer-Science/6-00Fall-2008/LectureVideos/index.htm > where I'm trying to learn Python. > Looks quite interesting and I would like to create a prog

[Tutor] small program

2009-10-02 Thread Andrius
Hi! There are interesting online course http://ocw.mit.edu/OcwWeb/Electrical-Engineering-and-Computer-Science/6-00Fall-2008/LectureVideos/index.htm where I'm trying to learn Python. Looks quite interesting and I would like to create a program which should repeat a simply string several times with