Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #27602 > unrolled thread
| Started by | Ian Foote <ian@feete.org> |
|---|---|
| First post | 2012-08-22 05:17 +0100 |
| Last post | 2012-08-22 05:17 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: asking Ian Foote <ian@feete.org> - 2012-08-22 05:17 +0100
| From | Ian Foote <ian@feete.org> |
|---|---|
| Date | 2012-08-22 05:17 +0100 |
| Subject | Re: asking |
| Message-ID | <mailman.3627.1345609078.4697.python-list@python.org> |
Oops, hopefully this with indent correctly:
def all_in(string, substrings):
for substring in substrings:
if substring not in string:
return False
return True
Back to top | Article view | comp.lang.python
csiph-web