User:Simon/Trim4/tools/Python read file: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

20 June 2020

26 May 2020

15 November 2019

14 November 2019

  • curprev 16:2916:29, 14 November 2019Simon talk contribs 130 bytes +130 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>"