I am fairly new to programming and have been learning python on codecademy. I would like to convert a python 2x program to python 3x using 2to3 on the command line but have no idea how to do it. I have looked at various other questions and articles on how to do it but I still do not understand. I have python 3.3 installed, and am running windows 8. This is the path to my python 2x program and my path to 2to3.
My program: "C:\Users\watt\Documents\Tom's Stuff\Programs\Python\python 2 test.py"
2to3 Location: "C:\Python33\Tools\Scripts\2to3.py"
Can someone please tell me what I would have to enter into the command line?
Thanks in advance...