Python2.X versus Python3.X
-
date_range 01/01/2019 00:00 infosortPython3-TutoriallabelPython3-tutorials
Hi There, In this post we’ll see some of the differances between Python2.X and Python 3.X
- Python3 is not backwards compatable, we can’t run python2 code with python3.
