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


Groups > comp.lang.python > #48946

Re: How can i fix this?

Path csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.003
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'else:': 0.03; 'name?': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:How': 0.10; '"hello': 0.16; 'received:80.91.229.3': 0.16; 'received:dip0.t-ipconnect.de': 0.16; 'received:plane.gmane.org': 0.16; 'received:t-ipconnect.de': 0.16; 'wrote:': 0.18; 'print': 0.22; 'header:User-Agent:1': 0.23; 'header:X-Complaints-To:1': 0.27; 'skip:\xd0 10': 0.36; 'subject:?': 0.36; 'to:addr:python- list': 0.38; 'subject:can': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'break': 0.61; 'name': 0.63; '8bit%:100': 0.72; 'subject:this': 0.83
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Peter Otten <__peter__@web.de>
Subject Re: How can i fix this?
Date Sat, 22 Jun 2013 23:46:37 +0200
Organization None
References <b0872ec1-36c4-4e6f-9a5b-c826d508ea6c@googlegroups.com>
Mime-Version 1.0
Content-Type text/plain; charset="UTF-8"
Content-Transfer-Encoding 8Bit
X-Gmane-NNTP-Posting-Host p5084b8ef.dip0.t-ipconnect.de
User-Agent KNode/4.7.3
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.3707.1371937535.3114.python-list@python.org> (permalink)
Lines 18
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1371937535 news.xs4all.nl 15892 [2001:888:2000:d::a6]:51441
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:48946

Show key headers only | View raw


Борислав Бориславов wrote:

> while 1:
>     name=raw_input("What is your name? ")
>     if name == "bobi": print "Hello Master!" and break
>     else: print "error"

> I want if my conditions are met to do a couple of things and i cant do
> that

> while 1:
>     name=raw_input("What is your name? ")
>     if name == "bobi": 
          print "Hello Master!" 
          break
>     else: print "error"
  

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

How can i fix this? Борислав Бориславов <hexofbane@gmail.com> - 2013-06-22 14:31 -0700
  Re: How can i fix this? Peter Otten <__peter__@web.de> - 2013-06-22 23:46 +0200
    Re: How can i fix this? Борислав Бориславов <hexofbane@gmail.com> - 2013-06-22 14:50 -0700
      Re: How can i fix this? Ian Kelly <ian.g.kelly@gmail.com> - 2013-06-22 16:55 -0600
      Re: How can i fix this? John Gordon <gordon@panix.com> - 2013-06-23 00:53 +0000
  Re: How can i fix this? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-06-22 22:53 +0100
  Re: How can i fix this? Борислав Бориславов <hexofbane@gmail.com> - 2013-06-22 18:35 -0700

csiph-web