2007-05-26 | paulb | file changeset files shortlog | Moved to XHTML 1.0 transitional, employing the appropriate filename extension and anchor identifier structure. Adjusted the pop-up element positioning. |
paulb@158 | 1 | def f(a, b, c): |
paulb@158 | 2 | return c |
paulb@158 | 3 | |
paulb@158 | 4 | def p(x, y, z): |
paulb@158 | 5 | return x, y |