# HG changeset patch
# User J. H. Palmieri <palmieri@math.washington.edu>
# Date 1219116021 25200
# Node ID 2826fca45272eefe36dc667a69ab5c6d0efcec12
# Parent 281784147e70fa578801eaccaadcb74161979594
triple dots are not visible in live version of tutorial
diff -r 281784147e70 -r 2826fca45272 tut/tut.tex
a
|
b
|
|
481 | 481 | sage: is_even(3) |
482 | 482 | False |
483 | 483 | \end{verbatim} |
484 | | Note: You should not type the triple dots \code{...} above; they are |
485 | | just to emphasize that the code is indented. |
| 484 | Note: Depending on which version of the notebook you are viewing, you |
| 485 | may see three dots \code{...} on the second line of this example. Do |
| 486 | not type them; they are just to emphasize that the code is indented. |
486 | 487 | |
487 | 488 | You do not specify the types of any of the input |
488 | 489 | arguments. You can specify multiple inputs, each of which |