Question: I ' m getting error when i type int a = 3 rate = int ( input ( ) ) ; time = int

I'm getting error when i type" int a=3"
rate=int(input());
time=int(input());
int a=3;
def compound_interest(principal,rate,time):
Amount = principal(pow((1+ rate /365100), time))
CI = Amount - principal
print("Compound interest is", CI)
compound_interest(prin,rate,time)
\ File "
I ' m getting error when i type

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Finance Questions!