我們在 b.py 中對 a.py 中的方法進行匯入並且測試。 ```python import doctest from a import execDouble. doctest.testmod(verbose=True) ...
確定! 回上一頁