Here, we simply combine fileinput with argparse . #!/usr/bin/env python. import argparse import fileinput. parser = argparse.ArgumentParser(prog="cata.py" ...
確定! 回上一頁