Re: [Tutor] paste question

2008-09-28 Thread cuciferus
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

Re: [Tutor] paste question

2008-09-28 Thread cuciferus
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

Re: [Tutor] paste question

2008-09-28 Thread cuciferus
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

[Tutor] paste question

2008-09-27 Thread cuciferus
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 "