Python Practicals Important Questions.
AI-enhanced title
OUTPUT-
else:
>
2-
x=(1+r/100)**t
ci=p*x-p
temp=n
rev=0
while(n>0):
dig=n%10
rev=rev*10+dig
n=n//10
if(temp==rev):
> >