Get your own Python server Result Size: 625 x 565
x
 
#This will create a new file:
f = open("myfile.txt", "x")
#If the file already exist, an error will be raised.