Nov-19-2018, 09:46 AM
Hi
the code is
the code is
print("a file")
text_file = open('123.txt','r')
print(text_file.read())
text_file.close()but its not opening the file. just showing [Finished in 0.2s] in console. I am using sublime text
