value = int(input("Enter the value of the savings: ")) print (value) print ("After 1 Year: ",value*5)