home *** CD-ROM | disk | FTP | other *** search
/ Enter 2003: The Beautiful Scenery / enter-parhaat-2003.iso / files / Python-2.2.1.exe / BADSYNTAX_NOCARET.PY < prev    next >
Encoding:
Text File  |  2001-04-17  |  35 b   |  3 lines

  1. def f(x):
  2.     [x for x in x] = x
  3.