Solution :
# Reading principle amount from user
= eval(
Enter principle amount: "))
# Reading time duration in number of year from user
years = eval(input("Enter time duration in number of year: "))
# Reading interest rate from user
annualInterestRate = eval(input("Interest rate: "))
# calculating futureValue using user input data
futureValue = accountPresentValue * (1 + annualInterestRate / 100) ** years
# printing calculated futureValue to console
print("Final balance =",futureValue)
1936
First programmable computer. The Z1 was created by German Konrad Zuse in his parents' living room between 1936 and 1938. It is considered to be the first electromechanical binary programmable computer, and the first really functional modern computer.
<span>It is a a function which helps us you to clean the input buffer.
you can use this function if you are thinking that there might be some problem creating data during user inputs from stdin. </span>
Non- Updatable meaning it doesn't ,cant, or wont update.