# A simple flag-style option with no argument
opt("h,help", "Display this usage information and exit")
# An option that takes an integer argument called "count"
opt("n,times", "Run this many times", arg="count", default=1L)
Run the code above in your browser using DataLab