I'm running Python on my mac but I'm encountering this problem.
I'm trying to run the following code:
name = input(’Enter name (max 60 chars): ’)
print(’Hello ’ + name + ’. Welcome’)
But it gives me this error:
File "/Users/mac/Documents/workspace/helloworld/hello.py", line 1
SyntaxError: Non-ASCII character '\xe2' in file /Users/mac/Documents/workspace/helloworld/hello.py on line 1, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details
What do I do? I also can't use single quotes. Since I'm level 1 I can't post images, so here's a picture of the version of my Python launcher.