# echo input and calculated values print("In", years, "years, $", end = "") print(D, "deposited per month will grow to $", end = "") SFormatted = "%.2f" % S print(SFormatted, ".", sep = "")