List2json: Revision history

From Federal Burro of Information
Jump to navigationJump to search

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.

1 August 2022

  • curprev 02:4302:43, 1 August 2022David talk contribs 2,445 bytes +2,445 Created page with "list2json.py <pre> #!/usr/bin/env python3 import json infilename = "infile.txt" dict = {} with open(infilename, 'r') as infile: for line in infile: a = line.split()..."