Anagrams
Paul Hankin
paul.hankin at gmail.com
Wed Oct 24 12:16:48 EDT 2007
More information about the Python-list mailing list
Wed Oct 24 12:16:48 EDT 2007
- Previous message (by thread): Anagrams
- Next message (by thread): Anagrams
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Oct 24, 5:03 pm, sandipm <sandip.m... at gmail.com> wrote: > Is "all" inbuilt function in python? what it does? >>> help(all) Help on built-in function all in module __builtin__: all(...) all(iterable) -> bool Return True if bool(x) is True for all values x in the iterable. -- Paul Hankin
- Previous message (by thread): Anagrams
- Next message (by thread): Anagrams
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list