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


Groups > comp.lang.python > #76776

Re: Very basic question. How do I start again?

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news2.arglkargh.de!news.albasani.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed1a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <ikorot01@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.040
X-Spam-Evidence '*H*': 0.92; '*S*': 0.00; '21,': 0.07; 'tries': 0.07; 'runs': 0.10; 'subject:How': 0.10; 'cc:addr:python-list': 0.11; 'random': 0.14; 'subject:question.': 0.16; 'subject:start': 0.16; 'wrote:': 0.18; 'thu,': 0.19; 'aug': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'tim': 0.29; 'message-id:@mail.gmail.com': 0.30; 'url:mailman': 0.30; 'url:python': 0.33; 'computer.': 0.33; 'guess': 0.33; 'received:google.com': 0.35; 'url:listinfo': 0.36; 'doing': 0.36; 'subject:?': 0.36; 'hi,': 0.36; 'url:org': 0.36; 'thank': 0.38; 'pm,': 0.38; 'url:mail': 0.40; "you're": 0.61; 'you.': 0.62; 'more': 0.64; 'subject:. ': 0.67; 'between': 0.67; '100': 0.79; 'subject:Very': 0.84; 'wrong...': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=+lwlj1C+niHbRflqGJDQ8IR6NGu2vmqdqmtyFKxWwrk=; b=HliBQQew++Z0pV4N7DS06QZ8u771bvMLe+DnoCgYccaN/QYUp1nmINtfDNF87K078F GROdd+phV+eTV7nPk9qZ5XQpxD8e9Sukse74ku5p1ZEWbUZox57GMpcHZBjx8KSGxH6H h+vOtCAiphT35xTQ9FFOP7/X+Gs7whKepK2sxcoJuXYb6uyu9HIEjHAXkbb+UnHLexJH jd3hANm8fZt1XZp6nJOte9sawnL0cIulWG2E1eGH7xGnWkS4tJS5tz6e45JYVFgqrYg8 BVH3Nwo7CNCT/F2Eb+++ihdzOGqNLsGFbMXhieESp2ZYC0Zh9mMh8q7oW0p0I2AW/ZJk DVng==
MIME-Version 1.0
X-Received by 10.220.182.73 with SMTP id cb9mr2617155vcb.9.1408688499936; Thu, 21 Aug 2014 23:21:39 -0700 (PDT)
In-Reply-To <hrmdv9tk3pvoiacnogsho42ae9redictee@4ax.com>
References <1e5dv9l3aik5bb1jn4vil731rdl7q6sl3l@4ax.com> <hrmdv9tk3pvoiacnogsho42ae9redictee@4ax.com>
Date Thu, 21 Aug 2014 23:21:39 -0700
Subject Re: Very basic question. How do I start again?
From Igor Korot <ikorot01@gmail.com>
To Tim Roberts <timr@probo.com>
Content-Type text/plain; charset=UTF-8
Cc "python-list@python.org" <python-list@python.org>
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 <https://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 <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.13274.1408688502.18130.python-list@python.org> (permalink)
Lines 20
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1408688502 news.xs4all.nl 2893 [2001:888:2000:d::a6]:43315
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:76776

Show key headers only | View raw


Hi,

On Thu, Aug 21, 2014 at 10:56 PM, Tim Roberts <timr@probo.com> wrote:
> Seymore4Head <Seymore4Head@Hotmail.invalid> wrote:
>>
>>I want to give the computer 100 tries to guess a random number between
>>1 and 100 picked by the computer.
>
> If it takes more than 7, you're doing it wrong...

I think he meant:
100 runs of the script...

Thank you.

> --
> Tim Roberts, timr@probo.com
> Providenza & Boekelheide, Inc.
> --
> https://mail.python.org/mailman/listinfo/python-list

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


Thread

Very basic question.  How do I start again?   Seymore4Head <Seymore4Head@Hotmail.invalid> - 2014-08-21 21:37 -0400
  Re: Very basic question.  How do I start again? Ben Finney <ben+python@benfinney.id.au> - 2014-08-22 11:55 +1000
    Re: Very basic question.  How do I start again? Seymore4Head <Seymore4Head@Hotmail.invalid> - 2014-08-21 22:13 -0400
      Re: Very basic question. How do I start again? Chris Angelico <rosuav@gmail.com> - 2014-08-22 12:24 +1000
  Re: Very basic question. How do I start again? Chris Angelico <rosuav@gmail.com> - 2014-08-22 11:58 +1000
    Re: Very basic question. How do I start again? Seymore4Head <Seymore4Head@Hotmail.invalid> - 2014-08-21 22:18 -0400
      Re: Very basic question. How do I start again? Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2014-08-21 23:17 -0400
  Re: Very basic question.  How do I start again?   Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-08-22 12:58 +1000
  Re: Very basic question.  How do I start again? Denis McMahon <denismfmcmahon@gmail.com> - 2014-08-22 04:26 +0000
  Re: Very basic question.  How do I start again?   Tim Roberts <timr@probo.com> - 2014-08-21 22:56 -0700
    Re: Very basic question. How do I start again? Igor Korot <ikorot01@gmail.com> - 2014-08-21 23:21 -0700

csiph-web