Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #27602 > unrolled thread

Re: asking

Started byIan Foote <ian@feete.org>
First post2012-08-22 05:17 +0100
Last post2012-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.


Contents

  Re: asking Ian Foote <ian@feete.org> - 2012-08-22 05:17 +0100

#27602 — Re: asking

FromIan Foote <ian@feete.org>
Date2012-08-22 05:17 +0100
SubjectRe: 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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web