Pascal's triangle: Difference between revisions

→‎{{header|Python}}: Need to print the rows in the second example.
(→‎{{header|Python}}: Need to print the rows in the second example.)
Line 1,421:
 
Or, by creating a scan function:
{{incomplete|Python|Need to print the rows in the second example}}
 
<lang python>def scan(op, seq, it):
a = []
Anonymous user