home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2004 #2 / K-CD-2-2004.ISO / OpenOffice Sv / f_0397 / python-core-2.2.2 / lib / test / badsyntax_nocaret.py < prev    next >
Encoding:
Python Source  |  2003-07-18  |  33 b   |  3 lines

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