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()
To build a chat app like WhatsApp that runs on phone text messaging, you need to use an SMS Gateway API, set up a backend server, and creat...
No comments:
Post a Comment