home *** CD-ROM | disk | FTP | other *** search
/ Freelog 33 / Freelog033.iso / Progr / Python-2.2.1.exe / BADSYNTAX_NOCARET.PY < prev    next >
Encoding:
Text File  |  2001-04-18  |  35 b   |  3 lines

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