Computer Science, asked by k318010, 2 months ago

Which line number of code(s) will not work and why?

def Interest(P,R,T=7):

I = (P*R*T)/100 print(I)

Interest(20000,.08,15) #Line 1

Interest(T=10,20000,.075) #Line 2

Interest(P=10000,R=.06,Time=8) #Line 3

Interest(80000,T=10) #Line 4​

Answers

Answered by gouthamreddy312006
1

Answer:

ok, bro

Explanation:

I will learn and say you

so, plz wait

ok, na

Similar questions