Hacker News new | ask | show | jobs
by afiori 2271 days ago
for a long time it was impossible to write code compatible with both python 2 and 3
1 comments

It started to be possible with Python 3.3, which came out 8 years ago.

We are at Python 3.8.

Python 3 has been around for 13 years, during which Python 2.7 was still supported.