First, we change main() to take an optional 'argv' argument, which allows us to call it from the interactive Python prompt: def main(argv=None): ...
確定! 回上一頁