我从 Ubuntu 19.10 升级到 20.04。很多文章提到最新的LTS将不支持python2。但我仍然拥有它。这是为什么?
$ python
Python 2.7.18rc1 (default, Apr 7 2020, 12:05:55)
[GCC 9.3.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> print "hello world!"
hello world!
>>>
Run Code Online (Sandbox Code Playgroud)