home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / tsw / TSW_3.4.0.exe / Apache2 / python / 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.