Why are two versions of python (2.x and 3.x) in use today? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Why are two versions of python (2.x and 3.x) in use today?

Usually if a new version comes into being, the old one is retired. But I still see python 2.x has a large base of users.

25th Jun 2019, 3:31 PM
Kndarp Patel
Kndarp Patel - avatar
1 ответ
+ 1
It takes a long time to truely phase out a programming language (legacy code, getting used to updated APIs, etc.) Python 2 is almost officially obsolete, however.
25th Jun 2019, 3:33 PM
Jackson O’Donnell