from pathlib import Path if Path('filename.txt').is_file(): print ("File exist") else: print ...
確定! 回上一頁