So I've installed python 3.3.4 on my machine and i'm trying to run the most basic code
import sys
file = "Wikipedia.org"
print str(file)
but I keep getting an InvalidSyntax Error.
I was wondering if there is something wrong with the install or path of python that i am running?