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
3 Réponses
+ 1
You can simply use the formula for simple interest and create a function which converts one currency to the other.
+ 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
0
Akash Sil thanks but what to do so that user gets option between different currency ?