Python Currency Converter
Python Currency Converter
On
Submitted by
Name Registration no
Akshara Rana
Primarily I would like to thank God for being able to learn a new technology.
Then I would like to express my special thanks of gratitude to the teacher who
provide me the golden opportunity to learn a new technology from home.
I would like to also thank my own college Lovely Professional University for
offering such a course which not only improve my programming skill but also
taught me other new technology.
Then, I would like to thank my parents and friends who have helped me with
their valuable suggestions and guidance for choosing this course.
I am making this project not only for marks but to also increase my knowledge.
THANKS AGAIN TO ALL
How to make a Currency Converter:
To convert one currency to another, we need to write a program to
accept user input where the user will enter the amount of money, and
then the user must choose the type of currency the user wants to check
the value of.
Then our program should just display the result by calculating the
converted amount as the output. A good currency converter
application should show the converted amount in real-time, which
will only be possible if our program is working on real-time
conversion rates.
Source Code:
cr = CurrencyRates()
Output: