Tuesday, June 2, 2020

Python Class 139 (Total Return) - Kapil Sharma

print ("*** Application for Total Return Formula ***")

print ("\n")

CV = float(input("Please enter the Current vlaue of shares:"))
CD = float(input("Please enter the Cash Distributions value:"))
IN = float(input("Please enter the Initial Investment value:"))

#Mutual Fund Total Return Formula:-
#Total_Profit_Loss  = Current Value of Shares + Cash Distributions – Initial Investment

TPL = CV + CD - IN

print ("The total return formula value is:" , (TPL))


===============================================================


https://github.com/bornfreesoul/PythonLessons


https://www.youtube.com/channel/UCe0rLJmSQXNoK2Mo2eMVuvg


No comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Blockchain: 101 (By - Kapil Sharma)

 https://testing-mines.blogspot.com/2021/10/blockchain-101-by-kapil-sharma.html Blockchain through the following attributes: Distributed:  T...