Re: [Tutor] understanding Functions help

2014-04-07 Thread voger
Hi, I can't speak about python as I am now discovering it my self but I do understand a bit about functions. So let me try to explain as a newbie to newbie. The examples below are not valid python code but they do display the logic. Lets say you want two temperatures in Fahrenheit but you have

Re: [Tutor] understanding Functions help

2014-04-07 Thread S Tareq
see more on there they explained everything in there this website :  http://anh.cs.luc.edu/python/hands-on/3.1/handsonHtml/index.html   On Monday, 7 April 2014, 19:34, Danny Yoo wrote: On Sun, Apr 6, 2014 at 9:02 PM, keith papa wrote: > Hi my name is keith and am new to python programming, Am l

Re: [Tutor] understanding Functions help

2014-04-07 Thread Danny Yoo
On Sun, Apr 6, 2014 at 9:02 PM, keith papa wrote: > Hi my name is keith and am new to python programming, Am learning python for > the first time with the help of coursera problem is am starting a new topic > call functions in python and am totally lost. can you please help me > understand how fun

Re: [Tutor] understanding Functions help

2014-04-07 Thread Alan Gauld
On 07/04/14 05:02, keith papa wrote: Hi my name is keith and am new to python programming, Am learning python for the first time with the help of coursera problem is am starting a new topic call functions in python and am totally lost. can you please help me understand how function work? why it u

[Tutor] understanding Functions help

2014-04-07 Thread keith papa
Hi my name is keith and am new to python programming, Am learning python for the first time with the help of coursera problem is am starting a new topic call functions in python and am totally lost. can you please help me understand how function work? why it use in python, what are the rules