Program analysis (pseudocode if possible)

Bruno Desthuilliers onurb at xiludom.gro
Mon Jul 3 12:14:31 EDT 2006


Paul McGuire wrote:
> "Bruno Desthuilliers" <onurb at xiludom.gro> wrote in message
> news:44a93c41$0$22783$626a54ce at news.free.fr...
> <snip>
> 
>><pseudocode>
>>
>>BEGIN PROGRAM
>>  read_this('http://www.catb.org/~esr/faqs/smart-questions.html')
>>  do_your_homework()
> 
>       if (cant_figure_it_out)
        BEGIN
>            post_specific_question_on_relevant_newsgroup("comp.lang.c")
            answer =
post_specific_question_on_relevant_newsgroup("comp.lang.c")
            assert answer == DO_YOUR_HOMEWORK
        END IF
>>END PROGRAM
>>
>>-- 
>>bruno desthuilliers
>>python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
>>p in 'onurb at xiludom.gro'.split('@')])"
> 
> 
> 


-- 
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in 'onurb at xiludom.gro'.split('@')])"



More information about the Python-list mailing list