I have been using Python for a few months in a Windows environment with IDLE.
I installed Python on my (new) Macbook and opened the same files, but am now getting strange results. These are scripts that worked fine in Windows:
When I use a function to open and print a text file, nothing seems to happen. The text file is in the same folder as the script file.
I am getting syntax errors that didn't happen in Windows- mostly the print function: it doesn't seem to like the string concatenation (the + symbol).
Has anyone else had this experience? Do you think that my install is faulty or is there something about Macs that I am missing?
Thank you.