[Tutor] secondary prompt

Peter Lutek plutek@infinity.net
Fri, 7 Apr 2000 22:59:50 -0400


>     It'll automatically respond with a secondary prompt.

ahhh... yes, i've seen that happen now.
i was misled by some stuff in the tutorial, like:

>>> # This is a comment
... 2+2
4


and like:

>>> # Fibonacci series:
... # the sum of two elements defines the next
... a, b = 0, 1



where the secondary prompt is not appropriate (and does not come up in the
interpreter when entering these lines).


thanks for your response!

-p