Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #92461
| Path | csiph.com!usenet.pasdenom.info!news.redatomik.org!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <dpalao.python@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.106 |
| X-Spam-Level | * |
| X-Spam-Evidence | '*H*': 0.79; '*S*': 0.00; 'assignment': 0.07; 'list...': 0.09; 'cc:addr:python-list': 0.10; 'problem!': 0.16; 'subject:PYTHON': 0.16; 'temperatures': 0.16; 'instance,': 0.18; 'python?': 0.18; 'input': 0.18; 'work,': 0.21; 'cc:2**0': 0.21; 'cc:addr:python.org': 0.21; 'wrote': 0.23; 'header:In-Reply-To:1': 0.24; 'question': 0.26; 'message-id:@mail.gmail.com': 0.28; "doesn't": 0.28; 'btw,': 0.29; 'wind': 0.29; 'convert': 0.29; 'function': 0.30; 'url:mailman': 0.31; 'code': 0.31; 'probably': 0.32; 'help,': 0.32; 'url:python': 0.33; 'add': 0.34; 'received:google.com': 0.34; 'url:listinfo': 0.35; 'follows:': 0.35; 'problem.': 0.35; 'url:org': 0.36; 'two': 0.37; 'should': 0.37; 'subject:: ': 0.37; 'mailing': 0.38; 'does': 0.39; 'where': 0.40; 'hello,': 0.40; 'some': 0.40; 'further': 0.60; 'your': 0.60; 'back': 0.61; 'more': 0.62; 'information': 0.62; 'please,': 0.63; 'kindly': 0.64; 'making': 0.64; 'here': 0.66; 'tutor': 0.66; 'helping': 0.71; 'forth': 0.79; 'posing': 0.84; 'temperature': 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:content-transfer-encoding; bh=7Zh/7VA5yA1Mg3A0TMHkGe9XS5Ycn2f+LaEQTF+rif4=; b=cDmrTkzalx/0Ir8YAWClxapaJi4HR9r2HZdfhn8Exoh0MTtYNvAxkpBo9qCdFKfFuN sZQSXgHjMM/a2jnuDQEVfxk8h+UOdZguPWURpCcQh85QvJ3Cf3XiKEhyALS++wwJyIfC GhHsRy7HWNSbehiPA0NmYRZfN/n5c2fDqAbtfkTCqINsys6W2yYI/ZYMt5PYniCtGbri NqHijNcZsgeyzNdga+w7ctjeN9F61AptxexejSfZIcWAfCdhG/iabvhq7wIn08FTYNHl FbRYBditSj5GIq3ANa2YBrJTusVW6kUaXGhNX9YD2uNrIgS9nnir7j18TV3pHuTd8eb4 C4Eg== |
| MIME-Version | 1.0 |
| X-Received | by 10.194.177.230 with SMTP id ct6mr14928395wjc.31.1434020112820; Thu, 11 Jun 2015 03:55:12 -0700 (PDT) |
| In-Reply-To | <029c49a7-7e82-4755-8631-6891afc663c5@googlegroups.com> |
| References | <029c49a7-7e82-4755-8631-6891afc663c5@googlegroups.com> |
| Date | Thu, 11 Jun 2015 12:55:12 +0200 |
| Subject | Re: PYTHON QUESTION |
| From | David Palao <dpalao.python@gmail.com> |
| To | adebayo.abraham@gmail.com |
| Cc | "python-list@python.org" <python-list@python.org> |
| Content-Type | text/plain; charset=UTF-8 |
| Content-Transfer-Encoding | quoted-printable |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.20+ |
| 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.387.1434020119.13271.python-list@python.org> (permalink) |
| Lines | 33 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1434020119 news.xs4all.nl 2904 [2001:888:2000:d::a6]:42146 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:92461 |
Show key headers only | View raw
2015-06-11 12:44 GMT+02:00 <adebayo.abraham@gmail.com>: > Help with this problem! > > Temperature converter > Description > > Write two functions that will convert temperatures back and forth from the Celsius and Fahrenheit temperature scales. The formulas for making the conversion are as follows: > > Tc=(5/9)*(Tf-32) > Tf=(9/5)*Tc+32 > > where Tc is the Celsius temperature and Tf is the Fahrenheit temperature. More information and further descriptions of how to do the conversion can be found at this NASA Webpage. If you finish this assignment quickly, add a function to calculate the wind chill. > Input > > Your program should ask the user to input a temperature and then which conversion they would like to perform. > -- > https://mail.python.org/mailman/listinfo/python-list Hello, While people here is kindly helping others, it doesn't work the way you are posing it: we will not do your homeworks. If you want some help, please, present some code that you wrote and does not work, or a specific question about the problem. For instance, how can I write a function in python? BTW, probably your questions should go to the tutor mailing list... Best
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
PYTHON QUESTION adebayo.abraham@gmail.com - 2015-06-11 03:44 -0700 Re: PYTHON QUESTION David Palao <dpalao.python@gmail.com> - 2015-06-11 12:55 +0200 Re: PYTHON QUESTION Laurent Pointal <laurent.pointal@free.fr> - 2015-06-14 12:08 +0200
csiph-web