from pathlib import Path p = Path('.') # List all Python files in the current directory for file in p.glob ...
確定! 回上一頁