yanivk1984
7/16/2019 - 9:34 AM

python file

file= open("file.txt", "w+")
file.close()

FILE = open("file.txt", "w+").tolist()