I am not that really new in Programming but in Python I am really a newbie, and so when I started learning Python from the tutorials they encouraged me to use the IDLE edito
You need to use single (') or double (") quotes, not fancy quotes or diaereses as you did.
'
"
print "Hello, World!"