Skip to content

Commit ff38df9

Browse files
SI
1 parent 7f4dd70 commit ff38df9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Basic/Simple interest

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# * Written By Codezila.org at 05-04-2020 07:25 PM (IST)
2+
#program to find SIMPLE INTEREST...
3+
P = 5000 #initialization.
4+
R = 3
5+
T = 2
6+
SI = (P * R * T)/100 #Formula.
7+
print("SIMPLE INTEREST is :",SI)
8+
print('\n\tCode By codezila.org :)\n\tJoin Us On : <github.com/codezila-org>\n\tFor More Mail Us : <contact@codezila.org>')

0 commit comments

Comments
 (0)