Python/dictionaries: 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.

28 June 2023

6 October 2020

28 September 2020

  • curprev 22:3122:31, 28 September 2020Manetta talk contribs 643 bytes +643 Created page with "= Dictionaries in Python = == How to read/write dictionaries? == <source lang="python"> d = dict() # or d = {} # Key : Value structure d = { 'software' : 10 } # Read a v..."