Python usage notes - iterable stuff: 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.

3 March 2024

23 January 2024

9 July 2023

9 November 2022

22 April 2022

18 December 2021

23 November 2020

26 September 2019

2 August 2018

20 November 2016

  • curprev 14:2214:22, 20 November 2016Helpful talk contribs 1,200 bytes +1,200 Created page with "{{Pythonstuff}} <!-- zip() pairs input from all iterables zip([1,2], [3,4], [4,5,6]) # yields [(1, 3, 4), (2, 4, 5)] Note that if you have an unknown amount of inputs, an..."