Employers: discover CodinGame for tech hiring
CodinGame_Logo_Final_Full
ACTIVITIES
1
PRACTICE
COMPETE
1
LEARN
COMMUNITY
CONTRIBUTIONS
LIVE STREAMS
DISCORD
FORUMS
BLOG
Get a job
1
Log In
Sign Up
Python Program Collection
jupiterdv
5,767 views
Different Python Programs!
Collection of Python Programs to program compound interest using
Python
1
2
3
4
5
6
7
8
#Given Values
def
compound_interest(principle, rate, time):
#Code to calculate compound interest
CIn = principle *(
pow
((
1
+rate/
100
), time))
print
(
"Compound interest is"
,CIn)
# Code for Drive
compound_interest(
1200
,
5.25
,
6
)
Run
37
2
Create your playground on Tech.io
This playground was created on Tech.io, our hands-on, knowledge-sharing platform for developers.
Go to tech.io
Suggested playgrounds
Python Hello World program
By
SJTECollege
2,218
131
Correct the code to display 'Hello World!'
By
SJTECollege
2,994
133
Tuesday Night Python - Weekly Challenge 001
By
4candles
1,242
44
Les bases de Python pour le lycée
By
smalicet
3,301
7
CodinGame - Home
ABOUT US
CAREERS
PRIVACY
FAQ
CodinGame - Work
The #1 tech hiring platform
SCREENING
SOURCING
RETAIN
ABOUT US
CAREERS
PRIVACY
FAQ
Facebook
YouTube
Twitter
LinkedIn
FR
EN
Join the CodinGame community on Discord to chat about puzzle contributions, challenges, streams, blog articles - all that good stuff!
JOIN US ON DISCORD
Online Participants
Keyboard Shortcuts:
?
Show / hide this help menu
×