All public logs
Combined display of all available logs of XPUB & Lens-Based wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:29, 14 November 2019 Simon talk contribs created page User:Simon/Trim4/tools/Python read file (Created page with "For Python to read a file: <code> with open('README.md', 'r') as txt: txt_content = txt.read() print(txt_content)</code>")