Newbie question: Tab key giving different output
Tim Roberts
timr at probo.com
Tue Nov 29 02:52:39 EST 2005
More information about the Python-list mailing list
Tue Nov 29 02:52:39 EST 2005
- Previous message (by thread): books: Dive into Python vs Beginning Python
- Next message (by thread): Newbie question: Tab key giving different output
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
getkaizer at gmail.com wrote: > >While in the interactive mode, i need to use the tab key to indent my >code. However, i get a message "List all 174 possibilities? (Y/N)" >instead of an indent. So i use spaces. > >How do i tell python to give me indents? You know, the number of spaces you use is not important. You can use one space for your indentation, which is the same number of keystrokes as a tab. Good looking code is not of prime importance when you're typing at the Python prompt. -- - Tim Roberts, timr at probo.com Providenza & Boekelheide, Inc.
- Previous message (by thread): books: Dive into Python vs Beginning Python
- Next message (by thread): Newbie question: Tab key giving different output
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list