Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

python program for simple interest

 
principle=float(input("Enter the principle amount:"))
time=int(input("Enter the time(years):"))
rate=float(input("Enter the rate:"))
simple_interest=(principle*time*rate)/100
print("The simple interest is:",simple_interest)
Comment

PREVIOUS NEXT
Code Example
Python :: python how to code discord bot kick members 
Python :: cut 0s on string python 
Python :: how to tell python to create a random numer 
Python :: how to remove stopwords from a string in python 
Python :: python program to convert tuple into string 
Python :: pandas get index of max value in column 
Python :: group consecutive numbers in list python 
Python :: drop first column pandas 
Python :: dashes seaborn 
Python :: how to make a pairs plot with pandas 
Python :: python make a shop menu 
Python :: python popen no message 
Python :: pytho narrondir un nombre 
Python :: python spamming bot 
Python :: how to get absolute path in python 
Python :: python export console output to file 
Python :: python extraer primer elemento lista 
Python :: position in alphabet python 
Python :: spacy frenc hlemmatizer 
Python :: payizone 
Python :: python extract all numbers from string re 
Python :: python requests force ipv4 
Python :: python today plus 1 day 
Python :: python make button do more than one command 
Python :: how to give multiple option to the user and ask the same question again and again until the user tells one of the options 
Python :: how to write in google chrome console in python 
Python :: pathlib get list of files 
Python :: how to save data to text file python 
Python :: print 1 thing repeatedly in 1 line python 
Python :: entropy python 
ADD CONTENT
Topic
Content
Source link
Name
8+2 =