Hello, I run Python 3.6 console under windows 10. Where is default console directory?
I run script:
>>> tf = open ("aaa.txt", "w")
>>> tf.write("aaaa %s" % 123)
>>> tf.close()
Where file aaa.txt will be created? Can I change default work space location?
How?
--
https://mail.python.org/mailman/listinfo/python-list
