TutorialDoctor/Software_Development

The repo should clearly state that its focus is Python 2

Closed this issue · 1 comments

Most of the early examples use print and raw_input() syntax that will not work in Python 3.

I will update it for python 3. I could use the 2to3 module also. I will note this for now.