Path: csiph.com!usenet.pasdenom.info!gegeweb.42!gegeweb.eu!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!usenet-fr.net!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.030 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'subject:while': 0.09; 'times,': 0.14; 'to:name:python-list@python.org': 0.14; 'message- id:@unknownmsgid': 0.16; 'trying': 0.20; 'least': 0.20; 'print': 0.21; 'second': 0.25; 'text,': 0.28; 'hi,': 0.29; "i'm": 0.29; 'received:209.85': 0.32; 'received:google.com': 0.32; 'to:addr :python-list': 0.35; 'received:209': 0.35; 'text': 0.35; 'thank': 0.36; 'received:209.85.215': 0.37; 'but': 0.37; 'to:addr:python.org': 0.39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:mime-version:date:message-id:subject:to:content-type; bh=XNSRJuqTyj1YV6ghpkpHf+2AmvBsb7pHcOy/uAclWLw=; b=U6R/Dr0OfzXDE4VfdxfyjDWKTUkWgfUYyF7MRyAChCYyLQnUJDVA5GkwnIeIBiCSsH dOdhwmkrwq1NdcSZS8u2Cjozpxol02s+rP5ZrnFF+w5JO+nKYXoq5+ksioU1zGr+3Czh ESG8yU2lHdVWHApaxMCv2/LX7kIriQmhN32D4w7g/2k9us45+wJPE0+RUg3X5CJmU4N8 iQfbvsIDEDdf9drhde+TltUkH6LeHRJ0TPGPm+iryMWzPFoBcUramOEeGz8tpwby0EBw pw8T2L2OW7+hsSmFPvzSL7a77YZ9Epz9UYCYJfex0jP5cM3Hv4hczWvJJ4yAo9/woZYz C2Cw== From: Anatoli Hristov Mime-Version: 1.0 (iPad Mail 8J2) Date: Tue, 3 Apr 2012 22:36:33 +0200 Subject: Run once while loop To: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 9 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1333485395 news.xs4all.nl 6847 [2001:888:2000:d::a6]:56980 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:22634 Hi, I'm trying to do a while loop with condition of time if time is 12:00:00 print text, but for this one second the text is printed at least 50 times, how can I print only once? Thank Anatoli