python needs leaning stuff from other language

Diez B. Roggisch deets at nospam.web.de
Thu Apr 2 18:39:46 EDT 2009


online.service at ymail.com schrieb:
> python's list needs a thing  list.clear()  like c# arraylist
> and

some_list[:] = []

> python needs a writeline() method

print()

Diez



More information about the Python-list mailing list