Hello
I create the program(python)!
f = open(‘2ch.txt’, ‘w’)
print(‘something in 2ch’)
f.write(‘something’)
f.close()
But this code redactor cant start my program! It’s print ‘something in 2ch’ to panel, but new text file is not create!
On IDLE (python) it works right. Please help me!