import os from pathlib import Path for i in os.listdir(Path.home()): # Incorrect inspection "Expected type 'T', got 'Path' instead" print(i).
確定! 回上一頁