Pascal's triangle: Difference between revisions

Content added Content deleted
(→‎{{header|Python}}: Need to print the rows in the second example.)
Line 1,421: Line 1,421:


Or, by creating a scan function:
Or, by creating a scan function:
{{incomplete|Python|Need to print the rows in the second example}}

<lang python>def scan(op, seq, it):
<lang python>def scan(op, seq, it):
a = []
a = []