Write a program that input amount from user to invest, the annual interest and the number of years, and shows on the screen the capital obtained in the investment | Python Programming
Simple Data Types in Python Write a program that input amount from user to invest, the annual interest in percentage and the number of years, and shows on the screen the Capital obtained in the investment. Solution: Step 1: Step 2: Step 3: Output: #Colab #Why Python Programming Important Hope You will learn Something. Happy…