def file_clean(): f = open("data.txt", "r") f.read() f.close()