On Thu, Jul 30, 2009 at 11:18 AM, Che M wrote:
> Did you actually look at what happens when you click that
> link? (i.e. where you are brought to?).
>
> Because upon viewing this I achieved enlightenment! :D
lucky you... i achieved recursion. :-)
___
] Currency conversion module in python
Hi Amit, this might be what you want..hopefully with a dollop of humor :)
http://lmgtfy.com/?q=currency+conversion+module+in+python&l=1
Cheers
On Thu, Jul 30, 2009 at 12:45 AM, Amit Sethi wrote:
Hi , Does anybody know of any currency conversion modul
Hi Amit, this might be what you want..hopefully with a dollop of humor :)
http://lmgtfy.com/?q=currency+conversion+module+in+python&l=1
Cheers
On Thu, Jul 30, 2009 at 12:45 AM, Amit Sethi wrote:
> Hi , Does anybody know of any currency conversion module in python
>
> --
> A-M-I-T S|S
>
Hi , Does anybody know of any currency conversion module in python
--
A-M-I-T S|S
___
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor
On 12/12/05, David Holland <[EMAIL PROTECTED]> wrote:
> wouldn't it be better to change :-
> "def rupees_from_dollars(d_doll):
> return 43*(d_doll)
>
> etc to" :-
> "def conversiond_doll, x):
> return x*(d_doll)
> "
> You can then have one function for all currencies and
> would be less c
Apologies if anyone has said this and I missed it, but
wouldn't it be better to change :-
"def rupees_from_dollars(d_doll):
return 43*(d_doll)
etc to" :-
"def conversiond_doll, x):
return x*(d_doll)
"
And in the main for eg dollars to
dollar_amount = conversionsion(doll, dollarexchange
ra