私はPythonコードを持っています。
from sys import argv
script, first, second, third = argv
print "The script is called:", script
print "Your first variable is:", first
print "Your second variable is:", second
print "Your third variable is:", third
Python 2.7 用の PyScripter IDE を使用していますが、引数を渡す方法がわかりません。IDE の下部に Python インタープリター ウィンドウがあります。