Write a Python or pseudocode program that inputs a promo code and checks if it is valid.
Your program should work as follows:
SAVE10, display the message 10% discount applied.SAVE10, display the message Full price.You should use meaningful variable name(s), correct syntax and indentation in your answer.