can any one please tell me the difference between Buying and Selling in currency converter ? Please tell me in simple like , for example i am in India and i have indian rupees and i wan to USA in USD . So what i have to do , buy or sell ?
This tutorial will show you how to create a currency converter the easy way. It covers downloading website contents (from XE) and using regular expression to match the rates.
The normal price of something I wanted to buy was in BGP and the shipping was GBP 5.43. How much is that in dollars? Is there a currency converter somewhere for this?
www.forex-trading-system-software.com How did our Software generate 19% Currency returns last month alone?!? Currency Connect will provide you with FREE trading software that will allow you to learn how to earn up to 000 in a virtual environment 100% risk free. Live webinar tutors…
My guess was : the Kuwaiti Dinar
but someone told me its the British pound and i dont know if thats true because on yahoo currency converter,
1 kuwaiti dinar = 3.74 canadian dollar
1 british pound = 1.96 canadian dollar
so what is really the most valuable currency in the world?
i only care about how much it’s worth compared to a weaker currency and thats all, i dont care about stability or anything,
just to let you know what im looking for
This is where I am stuck at, It seems like there should be a simple solution but I can’t figure out the error messages. Any hints on what i’m doing wrong?
def main():
print "This a currency converter to convert the Danish Kroner(DKK) to the Japanese Yen(JPY),"
print "the convertion will be shown in the form of a table."
start = input ("Enter the starting amount of Kroner for the table: ")
end = input ("Enter the ending amount of Kroner for the table: ")
step = input ("Enter the increment you would like the table to go by: ")
dkk = 1
jpy = (dkk*14.3366)
print "Kroner Yen"
for i in range[start, (end+1), step]:
print (start*dkk)," ",(start*jpy)
I know I have to enter the correct formula and equation to do this and that’s why I need help I am clueless! please help, and if poss please simple step by step examples, thanks a bunch