#Absolute returns of a Mutual Fund:-
AV1 = float(input("Please enter the appreciated value:"))
PV2 = float(input("Please enter the purchased value:"))
ARV = ((AV1 - PV2)*100/PV2)
print ("The absolute return value is (ARV):",ARV,"%")
===============================================================
https://github.com/bornfreesoul/PythonLessons
https://www.youtube.com/channel/UCe0rLJmSQXNoK2Mo2eMVuvg
#Absolute returns of a Mutual Fund:-
AV1 = float(input("Please enter the appreciated value:"))
PV2 = float(input("Please enter the purchased value:"))
ARV = ((AV1 - PV2)*100/PV2)
print ("The absolute return value is (ARV):",ARV,"%")
===============================================================
https://github.com/bornfreesoul/PythonLessons
https://www.youtube.com/channel/UCe0rLJmSQXNoK2Mo2eMVuvg
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.