Ask your own question, for FREE!
MIT 6.00 Intro Computer Science (OCW) 23 Online
OpenStudy (anonymous):

Is there a bug in ps4.py? I get a "syntax error" on "print savingsRecord" in testNestEggFixed().

OpenStudy (anonymous):

which version of Python are you using?

OpenStudy (anonymous):

3.1.3

OpenStudy (anonymous):

have you looked at the docs for the print statement?

OpenStudy (anonymous):

no. but your question made me double check. i have 3.1.3 and 2.4 on my system. i usually use 2.4. Let me return to 2.4 and see if there's a problem.

OpenStudy (anonymous):

lol. 2.4 is much happier with the syntax. Thanks for pointing me in the right direction.

OpenStudy (anonymous):

i don't know what they are but apparently there are some subtle differences between 2.x an 3.x that will make the examples/handouts/problems in this course unhappy.

OpenStudy (anonymous):

Well in particular, the parameters for open are a bit different, and print is now a function where before it was a statement.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!