Python: Revision history

Jump to navigation Jump 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.

8 March 2024

4 September 2023

21 August 2023

9 August 2023

3 September 2008

2 September 2008

1 September 2008

7 August 2008

5 August 2008

1 August 2008

31 July 2008

13 June 2008

  • curprev 07:3207:32, 13 June 2008Elvanor talk contribs 133 bytes +133 New page: == Useful techniques == * To iterate over two lists at the same time, use the zip built-in function: for a,b in zip(list1, list2):