How to calculate emi for given principal,time, interest? where user can have choice between different currency. Using python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to calculate emi for given principal,time, interest? where user can have choice between different currency. Using python

Project for school little bit confused

8th Jan 2020, 4:54 PM
Archit
3 Answers
+ 1
You can simply use the formula for simple interest and create a function which converts one currency to the other.
9th Jan 2020, 6:07 AM
Akash
Akash - avatar
+ 1
Archit create different definations for different currency, ask the user for choice using input and according to there choice call the required defination m
9th Jan 2020, 5:15 PM
Akash
Akash - avatar
0
Akash Sil thanks but what to do so that user gets option between different currency ?
9th Jan 2020, 3:33 PM
Archit