home *** CD-ROM | disk | FTP | other *** search
/ H4CK3R 14 / hacker14.iso / programacao / pythonwin / python.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.