Ben Finney wrote:
> Steve Holden <[EMAIL PROTECTED]> writes:
>
>> We should be making allowances for this particular poster on account
>> of relative youth: I hadn't realised earlier, but we are dealing
>> with a fourteen-year-old.
>
> I don't believe that's true. One of the great advantages of d
[EMAIL PROTECTED] writes:
> here is my failed example of try with string:
>
> kl="n=90;if n==90:print'kajmakimar'"
>
> for line in kl.split(";"):
> li=[]
> m=li.append(line)
> if line.endswith(':'):
> m.append("\n\t\t\t\t\t\t\t\t")
> print m
The list.append method re
Steve Holden <[EMAIL PROTECTED]> writes:
> We should be making allowances for this particular poster on account
> of relative youth: I hadn't realised earlier, but we are dealing
> with a fourteen-year-old.
I don't believe that's true. One of the great advantages of discussion
over the internet i
[EMAIL PROTECTED] schrieb:
> On 26 srp, 13:43, Steve Holden <[EMAIL PROTECTED]> wrote:
>> Thorsten Kampe wrote:
>>> * (Wed, 25 Jul 2007 11:22:03 -0700)
On 25 srp, 17:31, Wildemar Wildenburger <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] wrote:
>>> And while we're on the topic of com
[EMAIL PROTECTED] wrote:
>
> .so maybe if you can help me with this?
If I understand you correctly, you're trying to make a "pretty-printer"
in python, right? Something that will take arbitrary python source
code, recognize the blocks and so forth, and then emit clean python code
(text) with
On 26 srp, 13:43, Steve Holden <[EMAIL PROTECTED]> wrote:
> Thorsten Kampe wrote:
> > * (Wed, 25 Jul 2007 11:22:03 -0700)
> >> On 25 srp, 17:31, Wildemar Wildenburger <[EMAIL PROTECTED]> wrote:
> >>> [EMAIL PROTECTED] wrote:
> > And while we're on the topic of communication: The original poste
Thorsten Kampe wrote:
> * (Wed, 25 Jul 2007 11:22:03 -0700)
>> On 25 srp, 17:31, Wildemar Wildenburger <[EMAIL PROTECTED]> wrote:
>>> [EMAIL PROTECTED] wrote:
> And while we're on the topic of communication: The original poster
> would do well to learn that increasing the number of consecu
* (Wed, 25 Jul 2007 11:22:03 -0700)
> On 25 srp, 17:31, Wildemar Wildenburger <[EMAIL PROTECTED]> wrote:
> > [EMAIL PROTECTED] wrote:
> > >> And while we're on the topic of communication: The original poster
> > >> would do well to learn that increasing the number of consecutive
> > >> punctuation
[EMAIL PROTECTED] writes:
> On this group I ask for serious help and now we talk about
> communication.
Yes. You're asking for volunteer help from a group of people who have
their own priorities separate from yours. The way to garner help from
these people is to respect their time. One excellent
> HELLO,
>
> On this group I ask for serious help and now we talk about
> communication. Then I you don't know how to help me then please DON'T
> SAY ANYTHING
Your lack of command of the python language and programming concepts in
general is only excelled by your inabillity to react properly in
On 25 srp, 17:31, Wildemar Wildenburger <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] wrote:
> >> And while we're on the topic of communication: The original poster
> >> would do well to learn that increasing the number of consecutive
> >> punctuation marks (!!!, ???) is a sure way to turn away ma
[EMAIL PROTECTED] wrote:
>> And while we're on the topic of communication: The original poster
>> would do well to learn that increasing the number of consecutive
>> punctuation marks (!!!, ???) is a sure way to turn away many people
>> who would otherwise be helpful. Sentences need at most one '!'
On 25 srp, 01:07, Ben Finney <[EMAIL PROTECTED]>
wrote:
> Steve Holden <[EMAIL PROTECTED]> writes:
> > [EMAIL PROTECTED] wrote:
> > > On 24 srp, 05:20, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote:
> > >> En Mon, 23 Jul 2007 16:53:01 -0300, ...:::JA:::...
> > >> <[EMAIL PROTECTED]> escribió:
> > >
Steve Holden <[EMAIL PROTECTED]> writes:
> [EMAIL PROTECTED] wrote:
> > On 24 srp, 05:20, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote:
> >> En Mon, 23 Jul 2007 16:53:01 -0300, ...:::JA:::...
> >> <[EMAIL PROTECTED]> escribió:
> >>> So..how can I do this?
> >>> I will appreciate a
[EMAIL PROTECTED] wrote:
> On 24 srp, 05:20, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote:
>> En Mon, 23 Jul 2007 16:53:01 -0300, ...:::JA:::...
>> <[EMAIL PROTECTED]> escribió:
>>
>>
>>
If you are using the tokenize module as suggested some time ago, try to
analyze the token sequence yo
On 24 srp, 05:20, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote:
> En Mon, 23 Jul 2007 16:53:01 -0300, ...:::JA:::...
> <[EMAIL PROTECTED]> escribió:
>
>
>
> >> If you are using the tokenize module as suggested some time ago, try to
> >> analyze the token sequence you get using { } (or perhaps begi
En Mon, 23 Jul 2007 16:53:01 -0300, ...:::JA:::...
<[EMAIL PROTECTED]> escribió:
>> If you are using the tokenize module as suggested some time ago, try to
>> analyze the token sequence you get using { } (or perhaps begin/end pairs
>> in your own language, that are easier to distinguish from a d
17 matches
Mail list logo