home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 May / PCWorld_2002-05_cd.bin / Software / TemaCD / activepython / ActivePython-2.1.1.msi / Python21_Lib_test_nocaret.py < prev    next >
Encoding:
Text File  |  2001-07-26  |  35 b   |  3 lines

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