Python Write Text File

with open('readme.txt', 'w') as f:
    f.write('readme')

Post a Comment

Previous Post Next Post