📁 "x" creates a file, returns an error if the file exist

PHOTO EMBED

Mon Oct 24 2022 10:24:35 GMT+0000 (Coordinated Universal Time)

Saved by @L0uJ1rky45M #python

f = open("myfile.txt", "x")
content_copyCOPY