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


Groups > comp.lang.python > #92461

Re: PYTHON QUESTION

References <029c49a7-7e82-4755-8631-6891afc663c5@googlegroups.com>
Date 2015-06-11 12:55 +0200
Subject Re: PYTHON QUESTION
From David Palao <dpalao.python@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.387.1434020119.13271.python-list@python.org> (permalink)

Show all headers | 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 | NextPrevious in thread | Next in thread | Find similar | Unroll thread


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