On Sat, 6 Dec 2025 at 12:33, Michael Torrie via Python-list <[email protected]> wrote: > Starter = open("HLYlog.txt","w"); > filepath = Starter.name
Isn't that just... filepath = "HLYlog.txt" ? ChrisA -- https://mail.python.org/mailman3//lists/python-list.python.org
