Get your own Python server Result Size: 625 x 565
x
 
#Import os Library
import os
#Remove file of the specified path
print(os.remove('c:/test/test.txt'))