home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2005 March / PCWELT_3_2005.ISO / pcwsoft / framework-2.2.exe / badsyntax_nocaret.py < prev    next >
Encoding:
Python Source  |  2003-12-30  |  33 b   |  3 lines

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