|
|
|
|
|
by m45t3r
1736 days ago
|
|
Yeah, Python even support tabs. On Python 2 you could even mix tabs and spaces, but this turned out to be a very bad idea. So Python 3 enforces that the whole file uses either X number of spaces or tabs, you can use either of them. |
|