diff --git a/README.md b/README.md index b103466139..50b06623ec 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +2022 XYZ, Inc. + # Introduction to Git and GitHub ## Simple Interest Calculator diff --git a/compound_interest.py b/compound_interest.py index 9673a7a029..108c059cd1 100755 --- a/compound_interest.py +++ b/compound_interest.py @@ -21,4 +21,4 @@ def compound_interest(p, t, r): t = float(input("Enter the time period: ")) r = float(input("Enter the rate of interest: ")) - print("The compound interest is {:.2f}".format(compound_interest(p, t, r))) + print("The compound interest is {:.2f}".format(compound_interest(p, t, r))) \ No newline at end of file