/ Published in: Python
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
from optparse import OptionParser Usage = "%s" % "untitled.py" Parser = OptionParser(Usage) Parser.add_option("", dest="", help = """.""") (Options, Args) = Parser.parse_args()