[Tutor] sifting through a long program

Alan Gauld alan.gauld at btinternet.com
Fri Nov 11 02:00:31 CET 2011


On 10/11/11 18:58, Nathaniel Trujillo wrote:
> How do I get to line 362 of a program without counting each line ?
> Thanks for the help.
>
>
>
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> To unsubscribe or change subscription options:
> http://mail.python.org/mailman/listinfo/tutor

M-x goto-line

If you are using emacs.


But you hardly ever need to do that because most IDEs will take you 
there from an error message.

And if they don't searching for the text on the line is often easier.

-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/



More information about the Tutor mailing list