Friday, February 18, 2022

Credit Card Program

 amount=int(input("Please enter the amount:"))
if(amount<=1000):
    print("Your Charge is Accepted")
if(amount>1000):
    print("The amount exceeds your credit limit")

 


 

 

 

 


 

No comments:

Post a Comment

MCQ QUESTIONS

Loading…