On Sunday 28 September 2008 11:37:26 Alan Gauld wrote:
> "Alan Gauld" <[EMAIL PROTECTED]> wrote
>
> >> questions(answered and unaswered). I copy the unanswered questions
> >> and paste it in console: here a question is displayed in 5 rows,
> >> and
> >> I have 20 questions/page.
> >
> > I'm begin
On Sunday 28 September 2008 11:16:24 Alan Gauld wrote:
> <[EMAIL PROTECTED]> wrote
>
> > I'm good here. You see I'm doing some online tests for my graduation
> > and in a test are hundreds of questions. The thing is it doesn't
> > display
> > the number of questions left unanswered, But it displa
"Alan Gauld" <[EMAIL PROTECTED]> wrote
questions(answered and unaswered). I copy the unanswered questions
and paste it in console: here a question is displayed in 5 rows,
and
I have 20 questions/page.
I'm beginning to suspect you really want something like
this pseudo code:
s = raw_input('
<[EMAIL PROTECTED]> wrote
I'm good here. You see I'm doing some online tests for my graduation
and in a test are hundreds of questions. The thing is it doesn't
display
the number of questions left unanswered, But it displays the status
of
questions(answered and unaswered). I copy the unanswer
On Saturday 27 September 2008 22:27:56 Alan Gauld wrote:
> <[EMAIL PROTECTED]> wrote
>
> Sorry but I'm confused.
>
> > I made a little script to whom I wish to pass some pasted(with
> > middle
> > click(x11 style)) multi-row text. But if I pass say 99 rows it
> > crashes with no
> > error it exit
<[EMAIL PROTECTED]> wrote
Sorry but I'm confused.
I made a little script to whom I wish to pass some pasted(with
middle
click(x11 style)) multi-row text. But if I pass say 99 rows it
crashes with no
error it exits to bash. Any ideas why?
Do you mean you are trying to paste a long piece of t
Hi list!
I made a little script to whom I wish to pass some pasted(with middle
click(x11 style)) multi-row text. But if I pass say 99 rows it crashes with no
error it exits to bash. Any ideas why?
from sys import exit
a=0
while True:
s=raw_input()
a+=1
if s=="finish":
print "