Indenting with tabs vs spaces
Ron Stephens
rdsteph at earthlink.net
Fri Nov 23 13:48:50 EST 2001
More information about the Python-list mailing list
Fri Nov 23 13:48:50 EST 2001
- Previous message (by thread): Indenting with tabs vs spaces
- Next message (by thread): Indenting with tabs vs spaces
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Thanks! Ron Stephens Hans Nowak wrote: > Ron Stephens wrote: > > > > OK, now you all have got me worrying about a new thing. All my code so far is > > indeented with single tabs (four spaces I think). Since I use IDLE or sometimes > > PythonWin when I code, will my tabs screw up anyone else trying to run my code? > > H9ow about if I use Windows Notepad? > > > > I hate spaces, like tabs. > > Single tabs are alright. So are spaces. It's the mixing of the two that > causes > indentation errors. > > --Hans
- Previous message (by thread): Indenting with tabs vs spaces
- Next message (by thread): Indenting with tabs vs spaces
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list