cat another.py # -*- coding: utf-8 -*- import sys def main(args): print(args) if __name__ == '__main__': print("run code below __name__ ...
確定! 回上一頁