def findSLTP():
c = int(input("Enter current market price : "))
print("SLTP for " + str(c) + " at 6% loss should be : " + str(int(c - 0.06*c)))
x = input("Press Enter to exit application ")
findSLTP()
22-carat gold contains 91.67% pure gold and 8.33% other metals (often called alloys) added intentionally to provide strength and durabil...
No comments:
Post a Comment