Python 2.7
Pythonスクリプトを実行しようとすると、無効な構文エラーが発生します。
powershell.exe 'c:\pythonscripts\ex1.py'
File "<stdin>", line 1
powershell.exe 'c:\pythonscripts\ex1.py'
^
このコマンドでファイルを実行しただけなので、機能することはわかっています。.pyのコードは
print "Hello World!"
print "Hello Again"
print "I like typing this."
print "This is fun."
print 'Yay! Printing.'
print "I'd much rather you 'not'."
print 'I "said" do not touch this.
Python 2.7