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()
IT notes class 9 Part A Unit 1: COMMUNICATION SKILLS session 3: VISUAL AND WRITTEN METHODS OF COMMUNICATION Q1. What is Visual Communicatio...
No comments:
Post a Comment