Path: csiph.com!usenet.pasdenom.info!news.redatomik.org!newsfeed.xs4all.nl!newsfeed2.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.059 X-Spam-Evidence: '*H*': 0.88; '*S*': 0.00; 'python,': 0.02; '16,': 0.03; 'separately': 0.09; 'cc:addr:python-list': 0.11; 'subject:Help': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'python;': 0.16; 'do,': 0.16; 'wrote:': 0.18; 'written': 0.21; 'cc:addr:python.org': 0.22; 'this?': 0.23; 'mon,': 0.24; 'looks': 0.24; '(or': 0.24; 'question': 0.24; 'cc:2**0': 0.24; 'class.': 0.26; 'shown': 0.26; 'pass': 0.26; 'header:In-Reply-To:1': 0.27; 'point': 0.28; 'am,': 0.29; 'subject:please': 0.30; 'message-id:@mail.gmail.com': 0.30; 'work.': 0.31; 'code': 0.31; 'about.': 0.31; 'yourself.': 0.31; 'class': 0.32; 'probably': 0.32; 'figure': 0.32; "we're": 0.32; 'quite': 0.32; 'maybe': 0.34; 'could': 0.34; 'problem': 0.35; 'classes': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'like,': 0.36; 'doing': 0.36; 'should': 0.36; 'being': 0.38; 'thank': 0.38; 'problems': 0.38; 'solving': 0.38; 'track': 0.38; 'unable': 0.39; 'how': 0.40; 'course.': 0.60; 'course': 0.61; 'simply': 0.61; "you're": 0.61; 'you.': 0.62; "you'll": 0.62; "you've": 0.63; 'school': 0.64; 'kept': 0.65; 'talking': 0.65; 'mar': 0.68; 'hints': 0.68; 'honest': 0.78; '2015': 0.84; 'scores': 0.91; 'to:none': 0.92; 'yourself,': 0.95 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:cc :content-type; bh=PndhDeGvXLQoxq+9XrAF+NGZSidD7QnGamfLbUkHjjw=; b=cJ0IyhRHvByCZi34qdh7LWE1RYaHa4+PeQzRmrA+8xvy0/dmNUnN+4J6Q/lzvTYxW6 iTTbIOO5iV3RrB1QBaiDxsiyO0lliCpXM1ASlio2ZQ+lHuhWjvE3HmmOBG18Nal3uoD7 Xu1tqrFtmZfxOIq5ZLxr1FUU29tYy5+deR9eRMalUWOmMf1kaxslmXKJ3SXfnKwIwZJZ rmz2GJTo5Mt3orpBBHVhswGBqBBmBLZqWC6Mo4bift1Oi9MNKjGJ9IWJHRVJs5BtwmMU fW+KivsWfhY4A3V+15NlW499XB2toRJbeOL32JJ6etq+YHMNcgLjL2a+uTk5DZ680c3m L2nw== MIME-Version: 1.0 X-Received: by 10.50.9.97 with SMTP id y1mr61693486iga.34.1426435200437; Sun, 15 Mar 2015 09:00:00 -0700 (PDT) In-Reply-To: <43223410-538e-4834-82d4-98ab0702ae2d@googlegroups.com> References: <43223410-538e-4834-82d4-98ab0702ae2d@googlegroups.com> Date: Mon, 16 Mar 2015 03:00:00 +1100 Subject: Re: Help me please urgently! From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.19 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: 24 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1426435203 news.xs4all.nl 2936 [2001:888:2000:d::a6]:42148 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:87474 On Mon, Mar 16, 2015 at 2:43 AM, Jenny Hale wrote: > How would I do this? > The teacher wants to keep track of the scores each member of the class obtains in the quiz. There are three classes in the school and the data should be kept separately for each class. > Thank you for being honest about this being course work. So what's your code not doing correctly? You've shown us a pageful of Python; I could point out problems like that your last line won't do quite what it looks like, but that'd probably not what you're talking about. Be aware that you hopefully won't get your code written for you. What you'll get is hints pointing you toward solving the problem yourself. Ask with that in mind and you should be able to word up questions that will help you with what you're stuck on. So have your best shot at it yourself, then figure out what it is you're unable to do, and ask a very specific question (or maybe several questions, as the case may be); we're happy to help you to learn Python, but we won't simply give you the answers so you can pass the course. All the best! ChrisA