Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.034 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'python,': 0.02; 'subject:help': 0.08; 'python': 0.11; 'programs.': 0.14; 'question.': 0.14; '12:59': 0.16; 'subject:programming': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'help.': 0.21; 'header :User-Agent:1': 0.23; 'post': 0.26; 'header:In-Reply-To:1': 0.27; 'to:2**1': 0.27; 'function': 0.29; 'to:no real name:2**1': 0.29; 'code': 0.31; 'posting': 0.31; 'os,': 0.31; 'run': 0.32; 'received:google.com': 0.35; 'version': 0.36; 'thanks': 0.36; 'list.': 0.37; 'message-id:@gmail.com': 0.38; 'to:addr:python- list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'tell': 0.60; 'email addr:gmail.com': 0.63; 'to:addr:gmail.com': 0.65; 'hoping': 0.75; 'age': 0.80; 'age.': 0.84; 'ages': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=TfqbRetkz/oHhqVd+Dg93aZXUXgjiDQTgA2YB6ZMku0=; b=XTc+1jzsCPQvFxlyPb8XTQZi9j9MIjVNjNyF2P8f5e5zaKWKSH6+Rx+OUFOk6SUBzv iXNaB/y3zPNho5a48xAaFYiChBhLkgvlTXe3FmLxoIPBlR7Qj6Lzb07WRr4LW/cnDh9x II1lQCxu8yAskFDsWkuhRShKdMvZBwlrhnQFU/oq9LHA61/xVVQ0sNdX402wmeoeH0YT lmBn1RyKtObf8qVaWk2tncDbSBhJQadgXnQfbIJ6PvGmEfTo+DyV79a/zLDZbSZYVkmX D6S+NTcff6HG9jD1BW/4PQgHAdRGQXyw1KmK3ne2NxtpQQi9o7GXq1h43Miv0DvlBjIN aT6Q== X-Received: by 10.49.1.35 with SMTP id 3mr75616737qej.43.1386527258469; Sun, 08 Dec 2013 10:27:38 -0800 (PST) Date: Sun, 08 Dec 2013 13:27:34 -0500 From: bob gailer User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 MIME-Version: 1.0 To: rafaellasav@gmail.com, python-list@python.org Subject: Re: python programming help References: <264c1144-5d04-4ad0-aa32-f4e6770d210c@googlegroups.com> In-Reply-To: <264c1144-5d04-4ad0-aa32-f4e6770d210c@googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1386527267 news.xs4all.nl 2830 [2001:888:2000:d::a6]:42745 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:61309 On 12/8/2013 12:59 PM, rafaellasav@gmail.com wrote: > i have a dictionary with names and ages for each name. I want to write a function that takes in an age and returns the names of all the people who are that age. > please help Welcome to the python list. Thanks for posting a question. If you were hoping for one of us to write the program for you ... well that's not what we do on this list. Please post the code you have so far and tell us exactly where you need help. Also tell us what version of Python, what OS, and what you use to write and run Python programs.