|
|
|
|
|
by rbanffy
3628 days ago
|
|
Many people use Python 2 for the sole reason it's the default system Python. I assume a lot of them will instantaneously move to Python 3 the moment typing "python" on the command line will invoke the Python 3 REPL. All my python 2 only code explicitly invokes python 2 on the shebang line. |
|