#I'm using python 3.2. In the example with "even" and "odd" where "x=15", I see "Even" printed to the screen instead of "Odd". I used print("Even") and print("Odd"). What am I missing?
?? which lecture? better yet post your code (using a code pasting site)
Unless you really know what you are doing (i.e you already know python well), you should use a version 2.x of Python. Python 3.x is a major evolution of Python and is not backward compatible with 2.x ( http://wiki.python.org/moin/Python2orPython3) You should be aware that Python 2.x is used in the lectures( http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00-introduction-to-computer-science-and-programming-fall-2008/assignments/getting_started.pdf), and that most people here are using it too.
Join our real-time social learning platform and learn together with your friends!