User:Simon/Trim4/tools/Python read file Snippet of code for Python to read a file

From XPUB & Lens-Based wiki
< User:Simon‎ | Trim4/tools
Revision as of 16:27, 14 November 2019 by Simon (talk | contribs) (Created page with "<code> with open('README.md', 'r') as txt: txt_content = txt.read() print(txt_content)</code>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)