Write a Python program that inputs a promotional discount code and checks if it is valid.
Your program should work as follows:
SAVE20 display the message Discount appliedSAVE20 display the message Invalid codeYou should use meaningful variable name(s), correct syntax and indentation in your answer.