def main() args = sys.argv[1:] # 1. Check for the arg pattern: # python3 affirm.py -affirm Bart # e.g. args[0] is '- ...
確定! 回上一頁