mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 18:18:27 -05:00
1.3 KiB
1.3 KiB
id, title, challengeType, dashedName
| id | title | challengeType | dashedName |
|---|---|---|---|
| 63d8401e39c73468b059cd42 | Build a Financial Calculator | 10 | build-a-financial-calculator |
--description--
You will be working on this project with Google Colaboratory.
After going to that link, create a copy of the notebook either in your own account or locally. Once you complete the project and it passes the test (included at that link), submit your project link below. If you are submitting a Google Colaboratory link, make sure to turn on link sharing for "anyone with the link."
--instructions--
For this challenge, you need to create a multi-function calculator using Python that take input and do the following:
- Calcolare la rendita con crescita mensile o continua
- Calcolare la rata mensile di un mutuo
- Stimare il saldo del fondo pensione
- Determinare dopo quanto tempo una somma raddoppia, dato il tasso
- Risolvere equazioni logaritmiche
- Convertire in (e da) notazione scientifica
If you are struggling, you can follow the video walkthrough for this project.
Once you're done, submit the URL to the public Colab notebook on your Google drive.