The rename renames a file or directory. rename.py. #!/usr/bin/python from pathlib import Path path = Path('names.txt') path.rename( ...
確定! 回上一頁