python Copy import Script1.py def func2(): print("Function 2 is active") if __name__ == '__main__': # Script2.py executed as script # do ...
確定! 回上一頁