#Import os Library
import os
#Remove file of the specified path
print(os.remove('c:/test/test.txt'))